vscode-comment-selectionI was annoyed that VSCode's toggle comment feature commented out the entire line, as opposed to just what is selected, so this is a very simple extension that comments out only what is highlighted. FeaturesRight now it only supports JavaScript, TypeScript, HTML, CSS, which are the main ones I use with VSCode. Might add more later, probably not though. |