Best IDE?
#21
sublime3 works great. Notepad++ is a powerful tool if you add some plugins
Reply Report
#22
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.
Reply Report
#23
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.
Reply Report
#24
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

>not using nano like a real CHAD
ngmi
Reply Report
#25
WingIDE is nice, otherwise as previous post, visual studio code.
Reply Report
#26
I use vim. It takes some getting used to but I think it's worth it.
Reply Report
#27
VSCodium is a good one too
Reply Report
#28
(11-14-2020, 10:04 AM)Err0r Wrote: VSCodium is a good one too

I'll second VSCodium. All the fun of VSCode, and none of the microsoft garbage.
Reply Report
#29
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.

Jetbrains suite is great. There are community editions which function pretty well too if you don't want to pay the price.
Reply Report
#30
Honestly, I just use nano for everything.
Reply Report



// $(".author_avatar img").error(function () { $(this).unbind("error").closest('.author_avatar').remove(); });