Commenting current line with shorcut CRTL+/ instead of block commenting

13 Views Asked by At

When I use the shortcut CTRL+/, without selecting anything, Sublime Text 3 inserts /**/ where the cursor is in my typescript (*.ts) files, instead of commenting out the current line by inserting // at its beginning.

Block commenting should happen only when I selected several lines.

0

There are 0 best solutions below