Kakoune: multiple selections, interactivity and powerful editing primitives makes text editing a breeze.

https://kakoune.org/

There's a VS Code plugin for Kakoune-like editing called Dance. I was looking for a quick way to put multiple cursors over a given word in VSCodeVim; Kakoune (and therefore Dance) is more focused on multi-cursor editing and searching which made it possible for me to do that. Dance is also a much lighter layer over VS Code's built-in commands, making it easier to write custom keybinds and have better compatibility with other extensions.

https://github.com/71/dance