当您在 Sublime Text 中处于最后一个时,如何继续到第一个查找结果
How to continue to the first find result when you're at the last in Sublime Text
在 Sublime Text 3 中搜索字符串时,我按 Enter 来浏览结果。当我到达最后一个结果时停止,即使文件中有更多结果。
如何调整设置,以便当我在文件中的最后一个查找结果上按 Enter 时,它会将我带到第一个查找结果?
我想一定有一些设置可以启用它,但我没能找到它。
您需要激活搜索框左侧选项中的 Wrap
选项(下面突出显示):
我相信你的问题already has an answer。
Make sure that you tick the Wrap option in the Find bar.
Then it'll wrap around even if you keep pressing F3 or
Cmd + G.
在 Sublime Text 3 中搜索字符串时,我按 Enter 来浏览结果。当我到达最后一个结果时停止,即使文件中有更多结果。
如何调整设置,以便当我在文件中的最后一个查找结果上按 Enter 时,它会将我带到第一个查找结果?
我想一定有一些设置可以启用它,但我没能找到它。
您需要激活搜索框左侧选项中的 Wrap
选项(下面突出显示):
我相信你的问题already has an answer。
Make sure that you tick the Wrap option in the Find bar.
Then it'll wrap around even if you keep pressing F3 or Cmd + G.