this post was submitted on 23 Oct 2023
10 points (81.2% liked)

Ask Experienced Devs

1276 readers
1 users here now

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

Hi experienced devs , I am a beginner programmer. I mostly use code completion and go-to source , and rename function and objects, code-pretty. Other features not so much. What features do you use often And what features are not that useful in an IDE and can be considered bloat? P.S.- Which is that one feature that you can't live without?( sorry for sounding like tiktok wannabe)

you are viewing a single comment's thread
view the rest of the comments
[–] Reptorian 3 points 1 year ago* (last edited 1 year ago)

Depends. For some languages, you may not need them. They do help. I code in G'MIC (Domain-Specific Language) and there is zero IDE for it, but yet, with terminal and a text editor (KDE Kate), I was able to be more productive than I was with Python using Pycharm.

Yet, with C++, I prefer to use IDE as it gives me clues to what I need to insert.