rdhaese
10/2/2017 - 1:16 PM

Sublime: Quickly Comment Your Code

Sublime 3 tips, tricks and shortcuts.

This is a useful tip if you’re constantly commenting your code or for temporarily testing how disabling a block of code affects your project. To comment code quickly in ST3, highlight the code and use CTRL/⌘-/. If you don’t highlight any code, using this shortcut will comment out the entire line.