Copy Without Comments Extension for Visual Studio CodeThis is the README for the "Copy Without Comments" extension for Visual Studio Code. This extension allows you to copy code from your editor without including any comments. It can handle both single-line and multi-line comments, and if no text is selected, it will copy all text in the current file. The current version of the extension supports Python. FeaturesThe "Copy Without Comments" extension allows you to:
UsageTo use the extension, open the Command Palette (Ctrl+Shift+P), type "Copy without Comments", and hit Enter. The code, minus any comments, is copied to your clipboard. RequirementsThis extension does not have any specific requirements or dependencies. Known IssuesThere are no known issues at the moment. If you encounter any problems, please open an issue on the GitHub repository. Release Notes1.0.0Initial release of the "Copy Without Comments" extension. This version supports Python comments. ContributingWe welcome contributions! If you have a suggestion or found a bug, please open an issue on our GitHub repository. More InformationEnjoy using Copy Without Comments! |