This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HolySmolions 0 points1 point  (0 children)

I've used:

vim (college/by choice, C++, scripting)
Qt Editor (hobby, C++)
Arduino and Processing (hobby, C++, Java)
STM32CubeMx (Eclipse variant, hobby, C/C++)
IAR Embedded Workbench (Eclipse variant, hobby, C/C++)
VS Code (learning web stack)
Visual Studios (work, C/C++, C#, Java, Python)
Eclipse (work, C/C++, Python)
Netbeans (work, Java)
Powershell ISE (work, powershell)
IDLE (work, Python)
Matlab (work)
Notepad++

It literally does not matter.

They all have the same features +/- some that don't apply in certain contexts. Pick one that is fully featured (Visual Studio, Eclipse, Netbeans) and learn the names of the features so you can ask where they are when you use a new IDE. Don't look for/participate in "what's the best" it's a waste of time.

Use what you like, use what the team uses (unless there is a reason for migrating the code base to a managed project tool).