This extension modifies the cursor move commands to behave like it does in other editors (e.g. Sublime Text, Text inputs in Chrome). There is a vscode feature request for this here: https://github.com/Microsoft/vscode/issues/32246 If you have text that looks like:
A few gifs to illustrate, pressing ctrl+left to get to the beginning and then ctrl+right to get to the end.: Sublime Text: Chrome: vscode (without this extension): With this extension, vscode behaves like the first two gifs. ##Version 0.0.1: Treat open/close parens and spaces differently. Always stop at the beginning/end of lines. ##Version 0.0.2: Implemented a simple version of https://github.com/Microsoft/vscode/issues/26968. If you at an open brace to the end of a line and the following line is indented, it will put the closing brace on the following line rather than right after the opening brace. ##Version 0.0.3: Treat open/close parens and spaces differently. Always stop at the beginning/end of lines. ##Version 0.0.4: Stop after commas. ##Version 0.0.5: Use |