I like the behavior, in SQL Developer, for toggling single line comment (CTRL+/) where the cursor advances to the next line. You can quickly toggle multiple lines. In VSCode extension, the cursor stays on the same line. Is there a different keyboard shortcut?
Block comment (Shift+Alt+A) will work, but it requires the extra step of selecting the block first.