What do I want
It is just for comfort but I am searching for a feature in VSCode to insert a semicolon at the end of the current line, while the cursor is still in the middle of the statement. IntelliJ has that Feature. (crtl + shift + enter)
What I have tried so far:
- Installed and enabled IntelliJ IDEA Keybindings.
- The problem I have is that
crtl + shift + enterdoes only complete the statment if autocomplete has an suggestion. But there is no suggestion add semicolon at the end of the line. shift+ crtl + enterdoes start a new line but there is still no semicolon at the end
- The problem I have is that
If I you need more information please let me know...
Multi Commandyou can group commands and set a keybinding to this new command, to type;use the command:type