File Structure HelperA powerful VSCode extension that helps you copy your project’s file structure as a tree and search files by filename with ease. 一个强大的 VSCode 扩展,帮助你一键复制项目文件夹结构树,并支持按文件名快速搜索文件。 Features 功能亮点📋 1. Copy Project Structure TreeClick the "Copy Structure" button in the sidebar to instantly copy your project's folder and file structure as a tree to the clipboard. 点击侧边栏的 “Copy Structure” 按钮,即可一键将当前项目的文件夹结构树复制到剪贴板。 Above: Click the button to copy the structure tree to clipboard Example Output 结构树示例The copied structure is clear and easy to read, perfect for sharing with teammates or AI assistants. 复制到剪贴板的结构树清晰易读,非常适合与团队成员或 AI 助手共享。 🔍 2. Search Files by NameUse the search bar in the sidebar to quickly find files by typing part of the filename. 在侧边栏的搜索框中输入文件名(支持模糊匹配),即可快速查找项目中的文件。 Above: Search for files and click to open them How to Use 使用方法
Why File Structure Helper? 为什么选择本插件?
Extension Settings 插件设置You can configure ignore patterns, max depth, and whether to include hidden files in the structure tree via VSCode settings. 你可以在 VSCode 设置中自定义结构树的忽略规则、最大深度和是否包含隐藏文件。 Feedback & Issues 反馈与问题If you have any suggestions or encounter any issues, feel free to open an issue on GitHub. https://github.com/UVCofficial/FileStructureHelper 如有建议或遇到问题,欢迎在 GitHub 提交 issue。 https://github.com/UVCofficial/FileStructureHelper Enjoy coding with File Structure Helper! |