Not to start a war or anything but what IDE/Text editors do you guys like best?
Discussion
VS Code for its extension support. More recently Cursor, which is a fork of VS Code with first-class LLM integrations.
I think nostr:nprofile1qqsvuxle4kfpvn0jy7lu4v5pxxfuvr45qgwnt06th0r05fx9vrg086gpzpmhxue69uhkummnw3ezuamfdejsz9rhwden5te0wfjkccte9ehx7um5wghxyecpzfmhxue69uhk7enxvd5xz6tw9ec82cs2mddwx may have some good recommendations though.
To add to what Michael said, Zed with PyRight and Clang integrated is extremely lightweight for developing in Python and C/C++
And you can configure it for your LSP of choice if you develop in any other language.
I tried Zed a little the only problem I have with it really is that it won't let me use the space key when I use colmak which is the keyboard layout I prefer, I'm sure there is some way to fix it but I just don't want to deal with it, I'm sure in the future that will just work by default though. If I use US qwerty it works fine but I can't type worth a crap on that layout anymore.
I think with time they’ll make it work. Zed is still relatively new.
IDE: IntelliJ IDEA
Text editor: Neovim (I used to use Emacs, but switched.)
Anything but eclipse.
I paid for a commercial license for Visual Studio a while ago (not vscode) so I use that for 90% of my work and VScode for most other things. I like netbeans too (MPLab variant for working with TI hardware, sims, and debuggers). I used to use netbeans very often for Java at one point.
Python is for toddlers, so I fiddle with Idle on the rare occasion I whip out python the shell isn't enough XD.
Notepad++ with extensions was the go to before I got a VS license.