Fold-Search - VSCode 文件夹搜索扩展这个 VSCode 扩展增强了标准的快速打开功能(Cmd+P / Ctrl+P),使您可以搜索和打开文件夹,而不仅仅是文件。 特性
使用方法
配置选项在 VSCode 设置中,您可以自定义以下选项:
搜索功能扩展按以下优先级对搜索结果进行排序:
搜索支持路径匹配,您可以输入文件夹名称或路径的一部分来查找文件。 性能优化智能缓存策略
扫描优化
用户体验
适用场景当您的项目包含许多相似名称的文件或复杂的嵌套文件夹结构时,此扩展特别有用。它允许您直接跳转到需要的确切文件夹,而不必在资源管理器中手动导航。 问题反馈如果您有任何问题或建议,请在 GitHub 仓库上提交 issue。 更新日志0.0.1
FeaturesDescribe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file. For example if there is an image subfolder under your extension project workspace: 
RequirementsIf you have any requirements or dependencies, add a section describing those and how to install and configure them. Extension SettingsInclude if your extension adds any VS Code settings through the For example: This extension contributes the following settings:
Known IssuesCalling out known issues can help limit users opening duplicate issues against your extension. Release NotesUsers appreciate release notes as you update your extension. 1.0.0Initial release of ... 1.0.1Fixed issue #. 1.1.0Added features X, Y, and Z. Following extension guidelinesEnsure that you've read through the extensions guidelines and follow the best practices for creating your extension. Working with MarkdownYou can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
For more informationEnjoy! |