Posts:
4
Joined:
Oct 2020
Reputation:
sublime3 works great. Notepad++ is a powerful tool if you add some plugins
Posts:
15
Joined:
Oct 2020
Reputation:
I think that IDE is just a tool, and as long as you are comfortable with it - it will be the best for you.
I personally use PyCharm and Clion, however if I need something faster - I use Atom.
Posts:
3
Joined:
Nov 2020
Reputation:
IDEs are designed to hide what's happening behind the scenes assuming that its users are stupid and afraid of lower-level details. You only want to use one once you understand how text editor, compiler and debugger work together in harmony.
Visual Studio Code is a Microsoft honeypot.
Sublime is proprietary spyware.
Atom is Electron garbage.
The only good text editor is Vim or Emacs. Many people avoid them because they feel too good about themselves to learn how to use tools with a steep learning curve.
Posts:
24
Joined:
Oct 2020
Reputation:
WingIDE is nice, otherwise as previous post, visual studio code.
Posts:
22
Joined:
Oct 2020
Reputation:
I use vim. It takes some getting used to but I think it's worth it.
Posts:
161
Joined:
Aug 2020
Reputation:
VSCodium is a good one too
Posts:
49
Joined:
Nov 2020
Reputation:
Honestly, I just use nano for everything.