文件名称:vscode-search-in-current-file:vscode扩展名,可快速搜索当前文件
文件大小:978KB
文件格式:ZIP
更新时间:2024-06-05 17:59:47
TypeScript
在当前文件中搜索 这是一个Visual Studio Code扩展,可以轻松在当前的活动编辑器中进行搜索。 它受到emacs扩展helm-occur的启发。 指令 在当前文件中搜索 仅在活动编辑器中显示的当前文件中搜索。 自动将当前选定的文本填充到搜索查询中,并将当前文件填充到“搜索面板”中的“要包含的文件”中。 有用的键盘快捷键示例 // Only type ctrl+o when using Find. // the query in Find is filled into the query in Search. { " key " : " ctrl+o " , " command " : " search-in-current-file.searchInCurrentFile " , " when " : " editorFocus && findInputFocuss
【文件预览】:
vscode-search-in-current-file-master
----.eslintrc.json(374B)
----yarn.lock(65KB)
----RELEASE.md(280B)
----src()
--------test()
--------extension.ts(806B)
----images()
--------demo.gif(1.06MB)
----.vscode()
--------launch.json(1KB)
--------extensions.json(167B)
--------settings.json(425B)
--------tasks.json(409B)
----tsconfig.json(593B)
----LICENSE(1KB)
----README.md(834B)
----.vscodeignore(137B)
----.gitignore(38B)
----CHANGELOG.md(146B)
----package.json(1KB)