Whats the best Windows programming IDE/editor that can run all the different languages, preferably lighterweight if posible?
from sopularity_fax@sopuli.xyz to nostupidquestions@lemmy.ca on 23 Nov 2025 17:29
https://sopuli.xyz/post/37147736
from sopularity_fax@sopuli.xyz to nostupidquestions@lemmy.ca on 23 Nov 2025 17:29
https://sopuli.xyz/post/37147736
There is a delightful Mac app IDE/editor called CodeRunner and I’d love to have something like thaton Windows
#nostupidquestions
threaded - newest
I like sublime
Does it run code as well? I thought it was more a text editor?
Works for Python and PowerShell at the very least, I assume it works for others too.
Its a text editor but one of the tabs at the top lets you switch languages so you get syntax hilighting while you code. Its not a compiler or program testing tool at all.
I thought ya, CodeRunner did all that but also compiled or executed whatever respective code in its language
I think the closest you will get is VSCode with the Code Runner extension. Not as lightweight, but probably as light as you will get in Windows.
Cmd
I use Notepad++ to write and edit everything. But it doesn’t have a compiler.
One I’m surprised hasn’t been mentioned is very light weight and can be used for any language, neovim.
I recommend sublime (not free) for quick scripts and Vscodium for bigger projects