javascript - 如何在 sublime text 2 的所有项目中搜索文本

标签 javascript sublimetext2

如何在 sublime text 2 的所有项目中搜索仅具有指定扩展名的文本。例如,“错误消息”仅在具有 .js 扩展名的文件中

最佳答案

使用 Ctrl Shift F 将调出全局搜索对话框。您可以从那里指定选项。 enter image description here

编辑:在 where 中指定 '*.js'。参见 Sublime text 2 find in folder with file extension

关于javascript - 如何在 sublime text 2 的所有项目中搜索文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23540667/

相关文章:

javascript - 为什么启用了 strictNullChecks 的 Typescript 会忽略对 React 状态的 null 检查?

sublimetext2 - 如何为 Sublime Text 2 安装 VHDL 语法高亮?

sublimetext2 - 在Sublime Text 2中突出显示语法错误

html - 粘贴多行的快捷方式 - Sublime Text 2

ruby - 如何在 Sublime Text 2 中添加语法高亮命令?

javascript - 使用 Javascript/html 调暗灯光/更改颜色按钮?

javascript - 得到 404 错误,不知道为什么

javascript - 集群渲染时缩放会导致 map 卡住

javascript - 从 FormPanel 获取复选框列表 (extjs 3.4.x)

macos - 如何取消映射 Sublime Text 键绑定(bind),以便发生标准的os操作?