+ 3
Code editor
Which programs should I use for c#/c/c++, python,sql,java and javascript?
2 Respostas
+ 2
Visual studio code.
+ 2
VSCodium for all! .... but there are some other tools (editors, ides):
- zed (from the creators of Atom) (opensource, written is rust)
- fleet (from jetbrains) (not opensourse, written is java/kotlin)
- notepad++ (opensource, windows only, but works on Linux with wine)
- geany (opensource, multiplatform)
- sublimetext (not opensource, not 100% free, multiplatform)
c# : visual studio community, jetbrains rider, mono develop, sharpdevelop
c/c++ : code::blocks, codelite (visual studio community?)
python: thonny, spyder, pyscript, jupyter notebook, winpython, wing 101 / personal, pycharm community
sql: dbeaver, mysql workbench, pgadmin, ....
java: eclipse, netbeans, jetbrains idea community, + android studio
javascript: jetbrains webstorm
I hope this helps! (vscode is a stealer, similarly to any m$ product, and jetbrains product as well)