I press Shift+Enter, but not working, Ctrl+Enter start a new line, but not add semicolon at the end of previous line. Is there a
Ctrl+Shift+P and open Preferences:Open keyboard shortcuts (JSON) in VS Code
Ctrl+Shift+P
and insert
{ "key": "tab", "command":"cursorEnd", "when":"editorTextFocus" }
tab is optional, ofc. Put whatever you want from the keys on the keyboard.
tab