Better Go to Line/Column
Adds more features and overrides Go to Line/Column
What it does
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.
Extension for Visual Studio Code - The extension that adds more features and overrides the built-in "Go to Line/Column". Copies the Vim concept.
Ctrl+G command box: everything the built-in Go to Line/Column does, plus Vim motions, operators and ex commands. One command, one Enter . A few commands, one per clip. Pairs show the two directions of the same command. Ctrl+K Ctrl+S , search Better Go to , Change Keybinding . Or in keybindings.json : [ // free Ctrl+G -> back to the built-in Go to Line/Column { "key": "ctrl+g", "command": "-betterGoto.open", "when": "!betterGoto.boxOpen" }, // open this box somewhere else { "key": "ctrl+alt+g", "command": "betterGoto.open", "when": "!betterGoto.boxOpen" } ] Command ids: betterGoto.open , betterGoto.historyPrev , betterGoto.historyNext . Want the built-in back and nothing else? Set…from marketplace.visualstudio.com
Does the same job
all alternatives →- NVNotational Velocity for Vim2019 · github.com · ▲171

- VMvim-multiple-cursors - True Sublime Text style multiple selection2013 · github.com · ▲191
- SCSearching code as you type in vim ( grep on the fly)2017 · asciinema.org · ▲9


More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, September 2026
the whole month →
OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Run Qwen3.8-Flash-Next (125B MoE, 104 GB at 4-bit) on Macs with a fraction of that RAM by streaming experts from SSD. MLX + Swift, Ollama-compatible API. - carloslfu/slotstream
Dev tools · 5d ago · github.com

NPC-Forge is a framework for building conversational agents that run on the CPU without relying on machine learning or LLMs. - NPC-Forge/docs/development.md at main · gioblu/NPC-Forge
AI · 2d ago · github.com

Weedout is a Safari extension that filters out videos YouTube labels as “Made with AI”.
AI · 4d ago · masteranza.github.io

Find your next hire or your next role from Hacker News monthly threads. AI-powered matching between candidates and job postings.
AI · 4d ago · hnmatchmaker.com

I made OwnTime to balance between competing priorities in my life. The idea is based on two main influences: the concept of "roles" from "The 5 Choices" (2015), and my repeated failure to effectively implement time blocking due to the necessary flexibility in my role. The app allows you to define time budgets, which are not much more than a few mutually exclusive countdown timers. The UX is essentially that of a chess clock for an arbitrary number of players with configurable time. The whole point of the app is to kick you out of the running role/priority when its time is up. One…
Life & fun · 4d ago · owntime.app