I'm using the Brackets code editor to code in C++ and I'm having a hard time having the shortcut for lineComment
and blockComment
working...
The shortcuts are [Ctrl+/]
and [Ctrl+Shift+/]
, they work perfectly for CSS, JS.. etc but not with C++ files.
I looked into the clike.js
file in the CodeMirror folder of Brackets, the blockCommentStart
, blockCommentEnd
and lineComment
are correctly defined.
Is it a known issue? has anyone found a workaround? Before that,I was coding with Notepad++ and this feature was the one I used the most. It's really hard not to have it anymore