MxAshlynn

coder, producer, music fan, teagirl


my building-gamer blog
cohost.org/MxBuilder
my yurivania shrine
midnightpalace.gay/
You must log in to comment.

in reply to @MxAshlynn's post:

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 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.