如何在 Sublime Text 3 中搜索特定文件类型的多个文件
How to search multiple files of specific file type within Sublime Text 3
我想使用 Shift + Ctrl + F 搜索对话框在特定目录(及其子目录)的所有 *.php 文件中搜索字符串。
我的猜测是将搜索位置设置为:
c:\example\*.php
但这给出了一个错误:
Unable to open c:\example\*.php
有没有办法执行我希望执行的搜索?
C:\example,*.php
在Where:
点击...
,selectAdd Folder
,之后selectAdd Include Filter
我想使用 Shift + Ctrl + F 搜索对话框在特定目录(及其子目录)的所有 *.php 文件中搜索字符串。
我的猜测是将搜索位置设置为:
c:\example\*.php
但这给出了一个错误:
Unable to open c:\example\*.php
有没有办法执行我希望执行的搜索?
C:\example,*.php
在Where:
点击...
,selectAdd Folder
,之后selectAdd Include Filter