I am having the opposite problem than this question: In a SASS .scss file, I want comments command (ctrl/⌘ + /
, ctrl/⌘ + K ctrl/⌘ + C
) to default to //
, and use the Block comment /* ... */
only when using the block comment (shift+alt+A
).
I have been unable to find a way to change this setting, via the user settings or even a plugin. Is it possible? Is my google-fu just bad?