When I was using it, I loved the jet brains interface. The shortcuts are fire. But I also refuse to pay for anything, so I use sublime 3 for all my personal stuff. I have since forgotten all of the jet brains shortcuts and subsequently hate it and cannot use it. Lol.
Game Maker Studio. I like the visual layout and having multiple text editor windows side by side to see wtf I did wrong. It also has a decent pixel art/animation creator.
If you want to see some examples, look for a character named "Luke Smith" on youtube with vim and latex examples. Some linux people use emacs for editor+ide features in the command line but I haven't used it much myself.
Old question, but I felt like updating that I switched to KDevelop for C++ now, indexer working very well, Geany still on the side for scripts and ancillary files.
I tried CodeBlocks briefly, but scrapped it due to lack of CMake integration.
Protip: You don't need an IDE. It's probably retarding your ability to actually learn the fundamentals. Just use a text editor with syntax coloring, like gedit. Then learn how to use the GCC/Python/Java/etc toolchain at the command line level.
[ + ] MaryXmas
[ - ] MaryXmas 0 points 10 monthsJun 13, 2024 10:28:34 ago (+0/-0)
[ + ] byte
[ - ] byte [op] 0 points 10 monthsJun 13, 2024 10:47:01 ago (+0/-0)
[ + ] PotatoWhisperer2
[ - ] PotatoWhisperer2 0 points 10 monthsJun 13, 2024 13:13:25 ago (+0/-0)
[ + ] shitface9000
[ - ] shitface9000 0 points 10 monthsJun 13, 2024 14:32:26 ago (+0/-0)
Vscode is my debugger
[ + ] Cantaloupe
[ - ] Cantaloupe 0 points 10 monthsJun 13, 2024 16:50:35 ago (+0/-0)
Vscode with Vim plugins is popular
[ + ] Wahaha
[ - ] Wahaha 0 points 10 monthsJun 13, 2024 18:09:13 ago (+0/-0)
[ + ] byte
[ - ] byte [op] 0 points 10 monthsJun 14, 2024 04:48:01 ago (+0/-0)
[ + ] Dingo
[ - ] Dingo 0 points 10 monthsJun 13, 2024 21:05:15 ago (+0/-0)
If you want to see some examples, look for a character named "Luke Smith" on youtube with vim and latex examples. Some linux people use emacs for editor+ide features in the command line but I haven't used it much myself.
[ + ] SithEmpire
[ - ] SithEmpire 0 points 10 monthsJun 14, 2024 02:31:15 ago (+0/-0)
[ + ] SithEmpire
[ - ] SithEmpire 0 points 9 monthsAug 4, 2024 02:15:04 ago (+0/-0)
I tried CodeBlocks briefly, but scrapped it due to lack of CMake integration.
[ + ] v0atmage
[ - ] v0atmage 1 point 10 monthsJun 13, 2024 10:49:27 ago (+1/-0)
Edit: neovim with several plugins of course to get autocomplete, git integration, advanced search, etc.
[ + ] byte
[ - ] byte [op] 1 point 10 monthsJun 13, 2024 10:54:21 ago (+1/-0)
[ + ] shitface9000
[ - ] shitface9000 1 point 10 monthsJun 13, 2024 14:33:33 ago (+1/-0)
[ + ] MaryXmas
[ - ] MaryXmas 0 points 10 monthsJun 13, 2024 12:39:17 ago (+0/-0)
[ + ] Master_Foo
[ - ] Master_Foo 1 point 10 monthsJun 13, 2024 11:02:07 ago (+1/-0)
It's probably retarding your ability to actually learn the fundamentals.
Just use a text editor with syntax coloring, like gedit.
Then learn how to use the GCC/Python/Java/etc toolchain at the command line level.