Sublime text 2 - find and replace globally ( all f

2019-01-12 19:19发布

Is there any way to find and replace text string automatically in all folder's files?

2条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-01-12 19:31

Yes, there is Multiple Files search and replace.

Press ctrlshiftF (cmdshiftF on MacOS):

enter image description here

In the Where field you can also add filters to search only folders and files that you need. If nothing is set, the search is made on all files listed in the sidebar.

If you double click on a line of the search result, Sublime will jump to that line.

Notice these icons in the search bar:

enter image description here

The first (show context) toggles context in result format (if enabled, some lines of text are shown before and after the matching line). The second allows to show the result in a new buffer, or in a console.

查看更多
孤傲高冷的网名
3楼-- · 2019-01-12 19:35

Press ctrlshiftF (cmdshiftF on  Mac OS X :) and then put *.* in the where: field

This will open the search up to all files in the project as opposed to only open files or folders.

You can also use this to search only files of a certain type, or with a certain name regardless of type. It's just wildcards for the filename and extension.

查看更多
登录 后发表回答