You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sublime keymap has a command called toggleCommentIndented, which is generally assigned to the Ctrl+/ hotkey.
In spite of its name, this command comments out the entire line, including the spaces for indentation, rather than starting at the first indented character of the line.
Bug Report
Bug Description
The sublime keymap has a command called
toggleCommentIndented
, which is generally assigned to the Ctrl+/ hotkey.In spite of its name, this command comments out the entire line, including the spaces for indentation, rather than starting at the first indented character of the line.
CSS Code
Stylus syntax.
Let's comment out the
.comment-out-me
line:One of expected behaviors:
Actual behavior:
Then let's comment out lines 3 and 4 at once:
One of expected behaviors:
Actual behavior:
System Information
Additional Context
The sublime-Mac and sublime-PC keymaps cause the same result.
This is not just a problem with the name of the command, but is an inconvenience when coding in Stylus syntax.
The text was updated successfully, but these errors were encountered: