Better End Key extension for VSCode
End with semicolons in mind.
Features
By pressing End key, the cursor will be moved to the end of the line, but if the line ends with a semicolon, the cursor will be moved to the end of the line, but before the semicolon.
Extension Settings
This extension contributes the following keyboard shortcuts:
better-end-key.cursorEnd
: move cursor to the end of line with semicolon and spaces in mind (default: End).better-end-key.cursorEndSelect
: same but with selection (default: Shift+End).
Known Issues
None.
Release Notes
0.0.1 (2022-06-11)
Initial release.