I see folks suggesting emacs and others saying that they must use VSCode (or forks) because of the ecosystem of plugins.
Folks, we made this mistake with Eclipse and many other IDEs. The root problem is binding the build and instrumentation tools to the editor.
Here's how to solve the problem once and for all: Use a programmer's editor that's great at manipulating text and run all tools on the command line. Never mix them. All else is folly.
sshine|10 months ago