You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intellij has this nice semicolon autocorrect, that when typed within parenthesis instead of end of the line, will automatically insert the semicolon at the end of the line.
The VS Code marketplace has at least one extension, which automatically moves the semicolon at the end, but I find it very buggy and causing more harm than it helps (stops inserting all semicolons!). Others require a keyboard shortcut to activate (meh).
I'm opening this issue for consideration
The text was updated successfully, but these errors were encountered:
Netbeans has this turned on by default too, although I haven't figured out if there's a preference to control it.
Eclipse supports this too, but needs to be enabled explicitly via:
Preferences -> Java -> Editor -> Typing -> Automatically insert at correct position -> [x] Semicolons.
@snjeza can you investigate what it'd take to make it happen in vscode too? Automatic insertion of textedits while typing will likely require custom calls to the LS.
Intellij has this nice semicolon autocorrect, that when typed within parenthesis instead of end of the line, will automatically insert the semicolon at the end of the line.
The VS Code marketplace has at least one extension, which automatically moves the semicolon at the end, but I find it very buggy and causing more harm than it helps (stops inserting all semicolons!). Others require a keyboard shortcut to activate (meh).
I'm opening this issue for consideration
The text was updated successfully, but these errors were encountered: