c/nostupidquestions · by sopularity_fax@sopuli.xyz · 256dWhats the best Windows programming IDE/editor that can run all the different languages, preferably lighterweight if posible? There is a delightful Mac app IDE/editor called CodeRunner and I'd love to have something like thaton Windows 4 points · 10 comments · view on lemmy.world
10 Comments
Kolanaki@pawb.social · 5 pts · 256d
I use Notepad++ to write and edit everything. But it doesn't have a compiler.
BlameThePeacock@lemmy.ca · 4 pts · 256d
I like sublime
sopularity_fax@sopuli.xyz · 1 pts · 256d
Does it run code as well? I thought it was more a text editor?
BlameThePeacock@lemmy.ca · 3 pts · 256d
Works for Python and PowerShell at the very least, I assume it works for others too.
BCsven@lemmy.ca · 2 pts · 255d
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.
sopularity_fax@sopuli.xyz · 2 pts · 255d
I thought ya, CodeRunner did all that but also compiled or executed whatever respective code in its language
vrek@programming.dev · 4 pts · 256d
One I'm surprised hasn't been mentioned is very light weight and can be used for any language, neovim.
fodderoh@lemmy.world · 2 pts · 256d
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.
alsimoneau@lemmy.ca · 2 pts · 256d
Cmd
passenger@sopuli.xyz · 2 pts · 255d
I recommend sublime (not free) for quick scripts and Vscodium for bigger projects