In the sublime text editor, how do you search recursively in a directory for only certain file types? E.g. in a directory for all *.cc and *.h files?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Specify the path in the Find 'Where' field and wildcards after the path seperated by commas.
e.g. /path/to/search,*.cc,*.h
回答2:
You can also exclude file-types with the minus '-' character: /path/,-*.xml
标签:
sublimetext2