In Navicat, how do I enclose a selection in a comment?
Is there a keyboard shortcut for this action?
In Navicat, how do I enclose a selection in a comment?
Is there a keyboard shortcut for this action?
Ctrl + /
- To comment a block of code
Ctrl + Shift + /
- To uncomment a block of code
ctrl + /
to comment. Just highlight the commented area and do it again to uncomment –
Jiggermast Place -- in front of the line.
Or if you want to comment a block place /* at the beginning and */ at the end of the block.
Navicat For Mysql shortcut keys:
Ctrl+Q - open a query window.
Ctrl+/ - notes or comment in the SQL statement.
Ctrl+Shift+/ - release notes or uncomment the Query.
Ctrl+R - run all query the SQL statement window.
Ctrl+Shift+R - run the SQL selected statement only.
Ctrl+N - open a new query window.
Ctrl+W - close current query window.
© 2022 - 2024 — McMap. All rights reserved.
Cmd + /
andCmd + Shift + /
but to no avail.Comment
andUncomment
exist in theFormat
menu but have no shortcut shown. Maybe there's a way to add one? – Necrophobia