#What is a good, simple editor for beginners
1 messages · Page 1 of 1 (latest)
Hi @sick spindle check out https://code.visualstudio.com/download
sublime text is also good and lightweight
VSCode (Visual Studio Code) has become the industry standard, it sits between simple text editors (like sublime text) and integrated development environments (IDEs) like intelliJ (paid).
There's also a newer competitor Zed from the creators of Atom - but it currently only works on MacOS and Linux.
VSCode is the biggest one that is free and it is a bit of a pain to setup for some things. IntelliJ is my choice but you have to pay for a license. I would start with VSCode.