What's a quick way to comment/uncomment lines in Navicat query editor?
navicat
Solution
`Ctrl + /` - To comment a block of code
`Ctrl + Shift + /` - To uncomment a block of code
Problem
In Navicat, how do I enclose a selection in a comment? Is there a keyboard shortcut for this action?