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.