Keyboard shortcuts for single line and multi line code comments

4
Voted

In most other languages in VS, you can use CTRL + SHIFT + / to do a block comment (/* */) or CTRL + ALT + / to do a single line comment (//). This would be supper handy in LESS or SCSS files! :)

Status: New