So when I sat down and tried some shortcuts on my Windows machine I noticed that:
"ctrl + ’ "
(that’s a single quote btw.) have an interesting feature!
It makes a line I have written with one keystroke, to a comment!
i.e. if I write:
blabalbalabalb
And then hit "ctrl + ’ "
I then get this automatically written
<–blabalbalabalb–> with a ! - didn’t get through otherwise
and in Js
//blabalbalabalb
and same with css
/blabalbalabalb/
When I tried it on my mac it didn’t work though… Nothing happened actually so, is there a way to implement that on a mac somewhere in editors?
This works for both sublime and Vs code!