There are 2 ways to mark comment in pgAdmin - PostgreSQL: the
-- bla bla
and the:
/* bla bla bla bla*/
for the first one i use ctrl+k as short hot key. is there a hot key for the 2nd one? i know ctrl+k can be applied on muliple lines if i mark them but it will add -- for all lines which isn't what I'm looking for.
I use pgadmin 4 (4.28) and
ctrl+/
comments the lines andctrl+shift+/
uncomments the lines