0
I choose
Notepad++, visual studio code, sublime
7 Answers
+ 4
https://www.sololearn.com/discuss/565064/?ref=app
https://www.sololearn.com/discuss/519557/?ref=app
https://www.sololearn.com/discuss/829155/?ref=app
https://www.sololearn.com/discuss/324619/?ref=app
https://www.sololearn.com/discuss/2280496/?ref=app
https://www.sololearn.com/discuss/75570/?ref=app
https://www.sololearn.com/discuss/1297703/?ref=app
https://www.sololearn.com/discuss/2533232/?ref=app
https://www.sololearn.com/discuss/1039609/?ref=app
https://www.sololearn.com/discuss/135419/?ref=app
https://www.sololearn.com/discuss/91962/?ref=app
https://www.sololearn.com/discuss/421722/?ref=app
https://www.sololearn.com/discuss/394712/?ref=app
https://www.sololearn.com/discuss/1289389/?ref=app
+ 3
What is your question?
If you mean which code editor / IDE is the best, then the answer is whatever suit you most.
+ 3
Mihaly Nyilas
Notepad++ is available in snap if you use ubuntu.
While I'm I searching if there is a flatpak for it, I found Notepad Next, a cross-platform, reimplementation of npp.
+ 1
I can't use npp on my Linux....
sublimetext is not free....
vscode steals a lot :D
answer: VSCodium (built on vscode, but without telemetry, without m$ licences); I'm using it since 2017 (?)
but it depends on the programming language to choose "the best" one
+ 1
I highly reccomend you to look up Pulsar editor. Thank me later!
0
Wong Hei Ming I'm a Fedora "user". ubuntu is sponsored by m$....
0
There is no best āIDE.ā The best IDE will suit your preference, be best maximized for the project at hand, and language used. Visual Studio Code is versatile and has an extensive plugin ecosystem so thatās neat (not to mention free and open source š), Notepad++ is fine and Iāve used it a lot in my life (and itās also free and open source). Each IDE excels in different areas like debugging, code completion, and integration with version control systems. I personally canāt vouch for sublime as Iāve never used it. However I have heard good things about it, but I will warn you itās $100 āfor continued useā (a lot of money at least for me) and closed-source. And remember quality code can exist in any IDE, an IDE is just a tool to maximize workflow (I used to use MS Notepad when I was a little kid for small scripts and little projects and I was fine).