VSCode Project StructureDescriptionVSCode Project Structure is a Visual Studio Code extension that allows you to generate a txt file with the folder structure, file name, and file contents of your project. Features
Usage
Examples.project_structure_ignore file
This will ignore the node_modules and dist directories, and any files with the .log extension. To enable the useGitIgnore setting, open your Visual Studio Code settings (File > Preferences > Settings), and search for "Project Structure". Enable the "Use Git Ignore" checkbox to automatically integrate the patterns defined in your .gitignore file. RequirementsVisual Studio Code version 1.76.0 or higher. Extension SettingsThis extension does not provide any settings at the moment. Release Notes0.0.1 Initial release of VSCode Project Structure. ContributingContributions are always welcome! If you have any ideas or suggestions for new features, feel free to open an issue or a pull request. LicenseThis extension is licensed under the MIT License. |