What do people actually use for IDE highlighting and jump-to-definition these days? The last time I tried using pretty much any plugin/system on VSCode/IntelliJ, it was unusable, and that still seems to be the case. Latest nim (2.2.10), latest nimlangserver (1.14), latest VSCode plugin (1.8.1). - Project file path is correctly defined in the project settings. - All files opened are part of the project import dependencies or include dependencies. - Total project lines of code including all dependencies (-f compiled) is 93,088, but fresh compilation itself takes a bit over a second. - Random types/procs can't be found despite compiling properly and not showing errors (no fancy macros used) - Jump-to-definition takes 1-4-seconds every time (if it works at all, which it usually does not). I have a relatively high-end processor, so it's not a hardware issue. - Errors disappear when I switch files and usually don't appear again. - Editing a single file makes spurious errors appear that often don't go away. On the IntelliJ side, the plugin is stable, when it works, but the syntax highlighting is missing basic features, and jump-to-definition randomly doesn't pick things up. When it does, though, it is instant.