One Line CommentsAboutIf your code contains a comment, and you want to add a new comment to temporarily disable a block or portion of code, the built in commenting functionality does not actually place the comment tags in expected locations. If an existing comment is included in the content being commented out, the first instance of a --> or */ closing comment tag will end the entire comment. This extension will convert pre-existing comments to safe characters, allowing a new block comment that includes the original comment. It also reverses the effect to uncomment the same block of code. FeaturesIf you need to comment out a portion of your code that includes pre-existing comments, the native commenting functionality will not comment properly or preserve your existing comments. This extension will maintain your original comments and allow you to quickly toggle comments on sections of code. ExamplesHTML Syntax
Becomes:
CSS Syntax
Becomes:
UsageSelect the commented or uncommented line to execute the command. Default Keybindings
Configuration
The following languages are supported by default:
Known IssuesNone at this time Release NotesFull release notes are available in the CHANGELOG file. |