What editor do Windows folks use for working on C or JavaScript files these days?
I've been Notepad++ for years but as I get into more complex engine/editor coding I'm wondering if I should switch to something more robust

What editor do Windows folks use for working on C or JavaScript files these days?
I've been Notepad++ for years but as I get into more complex engine/editor coding I'm wondering if I should switch to something more robust
I use Sublime Text for nearly everything. There is an LSP package you can install and then you can install things like the TypeScript LSP at which point it works pretty much like I remember VS Code in terms of autocomplete, etc.
I admit I do like the idea of Sublime more than the idea of VS Code....
I was a vim person back when I mained Linux! I'm not sure how much I want to work from msys2 but that probably is the most sensible thing to do for C code....
i like it decently mostly just cause i can use vim and things seem to work better than cygwin or WSL. msys2 means you can install packages and still compile with gcc for windows if you want to. But usually for compiling im using raylib with a different shell that has a dev environment pre-configured or zig which has a windows compiler.