35

So, I have been mostly self thaught programmer (C++), as its a big part of my job (not a regular developer). But so far I have been using a simple text editor like Geany to code and I compile stuff either in terminal (linux) or produce my own make file.

I am starting to wonder if I should switch to a full IDE, as I am on linux, I was thinking of trying KDevelop. But I am simply not sure if its worth, do I even need it?

I have never used an IDE, it seems kind of complicated for the start with "projects" and I havent really found any good introductions to how this workflow is supposed to work.

Do you think using and IDE is something everyone should use? Or do you think a text editor with producing your own make files should be enough?

you are viewing a single comment's thread
view the rest of the comments
[-] Hexorg@beehaw.org 2 points 1 year ago

Even for that there are some nice (vim and otherwise) features where clicking on an error automatically opens up the right file and sets the cursor at the location of the error. Or just seeing errors in a separate panel from the rest of the code.

[-] _bug0ut@lemmy.world 1 points 1 year ago

Yeah, I used to configure vim with syntax highlighting and auto-suggestions and whatever else. I just like... don't anymore. I've been feeling less burned out over the last few months and it seems, at least, like its still lifting slowly. Maybe when I get the energy back, I'll take another crack at vscode.

this post was submitted on 14 Jun 2023
35 points (100.0% liked)

Programming

13361 readers
23 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS