File Path Commenter READMEEffortlessly add relative file path comments to the top of your code files with the File Path Commenter extension for Visual Studio Code. This extension is designed to enhance your workflow, especially when leveraging large language models (LLMs) such as ChatGPT, Claude, and other AI assistants to write and manage your code. Features
RequirementsNo additional requirements or dependencies are needed for this extension. Extension SettingsThis extension contributes the following settings:
By default, only files in the "src" folder will have comments added. You can customize this behavior in your VS Code settings. How to Customize Include Paths
This configuration will add file path comments to files in the "src", "tests", and "lib" directories and their subdirectories. Known IssuesThere are no known issues at this time. If you encounter any problems, please open an issue on the GitHub repository. Release Notes1.0.0 Initial release of File Path Commenter. 1.1.0 Added customizable include paths feature. |