+ 3

Code editor

Which programs should I use for c#/c/c++, python,sql,java and javascript?

1st Feb 2025, 9:42 PM
Developer ALI
Developer ALI - avatar
2 Respostas
+ 2
Visual studio code.
1st Feb 2025, 11:56 PM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
+ 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)
2nd Feb 2025, 12:16 AM
Mihaly Nyilas
Mihaly Nyilas - avatar