Sublime text 2 - find and replace globally ( all files and in all directories )

后端 未结 2 993
终归单人心
终归单人心 2020-12-04 08:23

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

2条回答
  •  庸人自扰
    2020-12-04 08:37

    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.

提交回复
热议问题