How to use: Open the Go to Line/Column box (Ctrl+G). Type a line, a column, a relative jump, a percentage, or a Vim motion. Examples: 42 -> line 42 42:8 -> line 42 column 8 +5 -> 5 lines down -5 -> 5 lines up 50% -> middle of the file 12j -> 12 lines down 12k -> 12 lines up ciw -> change word under cursor d% -> delete to matching bracket /pattern -> jump to next match :10,20sort -> sort lines 10 to 20.. and other commands copying Vim. It's free.
Hi there 👋
"Better Go to Line/Column" is a VSCode extension that turns Ctrl+G into a command box: go to line, go to column, relative jump, percentage, plus Vim motions ...
For anyone who wants Vim motions in VS Code without a Vim mode - no remapping beyond Ctrl+G, no insert mode, no macros.
Free and open source.