Is there a way to temporary comment out some of code in SQLiteStudio? I have to add --
or /* ... */
each time and remove them manually. It will be greate if we can trigger comment using a button or shortcut like Ctrl-/
. How do you tackle this problem when using SQLiteStudio?
(SQLiteStudio 3.0.7 on Windows 7)