×
Login Register an account
Top Submissions Explore Upgoat Search Random Subverse Random Post Colorize! Site Rules Donate
5

Which tool or IDE do you use to program?

submitted by byte to programming 10 monthsJun 13, 2024 09:59:36 ago (+5/-0)     (programming)



15 comments block


[ - ] SithEmpire 0 points 9 monthsAug 4, 2024 02:15:04 ago (+0/-0)

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.

[ - ] SithEmpire 0 points 10 monthsJun 14, 2024 02:31:15 ago (+0/-0)

One project with Eclipse CDT but with the C++ indexer disabled due to being dogshit, everything else just with Geany.

[ - ] Dingo 0 points 10 monthsJun 13, 2024 21:05:15 ago (+0/-0)

Neovim.

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.

[ - ] Wahaha 0 points 10 monthsJun 13, 2024 18:09:13 ago (+0/-0)

Vim

[ - ] byte [op] 0 points 10 monthsJun 14, 2024 04:48:01 ago (+0/-0)

I love VIM

[ - ] Cantaloupe 0 points 10 monthsJun 13, 2024 16:50:35 ago (+0/-0)

Some use a variety
Vscode with Vim plugins is popular

[ - ] shitface9000 0 points 10 monthsJun 13, 2024 14:32:26 ago (+0/-0)

Emacs is my editor

Vscode is my debugger

[ - ] PotatoWhisperer2 0 points 10 monthsJun 13, 2024 13:13:25 ago (+0/-0)

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.

[ - ] Master_Foo 1 point 10 monthsJun 13, 2024 11:02:07 ago (+1/-0)

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.

[ - ] v0atmage 1 point 10 monthsJun 13, 2024 10:49:27 ago (+1/-0)

Depends on some factors but either neovim or VS code. VS code is the low friction route but it's bloat gets tiresome at times.

Edit: neovim with several plugins of course to get autocomplete, git integration, advanced search, etc.

[ - ] byte [op] 1 point 10 monthsJun 13, 2024 10:54:21 ago (+1/-0)

but I feel that vscode takes all the "sugar" out of learning the basics of things and that can make us bad programmers. don't you think?

[ - ] shitface9000 1 point 10 monthsJun 13, 2024 14:33:33 ago (+1/-0)

Vscode is a horrible editor. Good for plugins tho.

[ - ] MaryXmas 0 points 10 monthsJun 13, 2024 12:39:17 ago (+0/-0)

This is a fine line. I would opt for seeing more code whenever possible.

[ - ] MaryXmas 0 points 10 monthsJun 13, 2024 10:28:34 ago (+0/-0)

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.

[ - ] byte [op] 0 points 10 monthsJun 13, 2024 10:47:01 ago (+0/-0)

Lol