I am forced to use VSCode because some disability plugin[1] I use only (for now!) exists for it, but having to switch to it over SublimeText + Vim was annoying. If you don't need to use it definitely try either of those options
Using your computer or programming with it works like a charm, with some interesting and impressive projects based on it coming out as well, like Cursorless[1].
There's a great strangeloop talk[2] demonstrating talon and the actual state of voice coding, which is how I discovered it (hint: it's much better than you'd expect, and straightforward to learn at that).
[1]: https://github.com/cursorless-dev/cursorless
[2]: https://youtu.be/YKuRkGkf5HU
Disclaimer: not affiliated, just a happy occasional user
My ideal motion plugin would be Cursorless[0], except using the keyboard instead of voice commands. With Cursorless the markers you need to jump to are always visible, so there’s no need to react. Instead of jumping to characters you jump to tokens, so we do not need makers over every character (just above each token).