Dear Ansgar, thank you very much for your HeidySQL.
Please add a keyboard shortcut to the code editor to comment/uncomment the selected lines as in VSCode.
by ctrl+/
Dear Ansgar, thank you very much for your HeidySQL.
Please add a keyboard shortcut to the code editor to comment/uncomment the selected lines as in VSCode.
by ctrl+/
thank you very much.
is it possible to add a capture of the entire line for commenting?
for example:
-- UPDATE sub_state
-- SET method = 'S_MY'
-- WHERE method = 'S-MY';
I'm highlighting two lines completely and one not completely. the result is a comment. but I expect a uncomment...
-- UPDATE sub-- _state
-- -- SET method = 'S_MY'
-- -- WHERE method = 'S-MY';
Please login to leave a reply, or register at first.