📌  相关文章
📜  崇高搜索所有带有扩展名的文件 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:33.383000             🧑  作者: Mango

代码示例1
Press Ctrl+Shift+f
Type in Find: SomethingToSearch
Type in Where (without quotes): '*.js' or '*.php' or '*.vue'

Restrict search to a file path:
Type in Find: SomethingToSearch
Type in Where (without quotes): '/some/path/to/dir/, *.js' or '/some/path/to/dir/, *.php' or '/some/path/to/dir/, *.vue'