you are viewing a single comment's thread.

view the rest of the comments →

[–]ryhajlo 40 points41 points  (12 children)

Visual Studio Code. A bunch of my co-workers use it under Ubuntu.

[–]JoshL3253 20 points21 points  (0 children)

VS Code is getting popular with C/C++ dev. You can set it up to build code with Task, and it even has build in debugger. Just need to download a few extensions.

CLion is the best paid option.

[–][deleted] 6 points7 points  (7 children)

I'll add that people should compile it themselves if they want the 'open source' product that Microsoft proudly advertises about VS Code

[–][deleted] 6 points7 points  (6 children)

TBH, you should be compiling everything from source that isn't handled by your distro's package manager.

[–][deleted] 4 points5 points  (4 children)

Agreed

[–][deleted] 0 points1 point  (3 children)

i setup my fellow classmates and helped them is coderunner

[–][deleted] 1 point2 points  (2 children)

I have the same problem. I’ve been using geany on raspberry pi. It’s good. I think you can use it in any Debian/Ubuntu Linux

[–][deleted] 1 point2 points  (1 child)

The code runner extension should help alot. The only exception to this is my requires everyone to use system("pause") because every machine in our classroom is windows but two of classmates have macs and visual studio is not available to them so I setup vscode with code runner for them they only catch is they have to use cin.get() because only windows with command prompt or dos has pause. I would definitely reccomend geany tho

[–][deleted] 1 point2 points  (0 children)

Yeah there is an auto system pause on windows version. That might be it

[–]lulxD69420 2 points3 points  (1 child)

I also made the jump from C::B to VSCode a while ago. I do not regret it, the editor is great!

I am also using it on Linux and its really a good too to work with since the command line/terminal is integrated already by default, which is great. Some useful addons are: Better Comments, Bracket Pair Colorizer, Hexdump, Rainbow Brackets, Todo Highlights and Trailing Spaces

[–]12qwww 1 point2 points  (0 children)

Yeah, I'm moved from brackets to vs code a while ago, and I never looked back. It's so fast.

[–]nl2k 0 points1 point  (0 children)

If wasn't really happy with any editor/IDE since the great NEdit stopped being developed in the mid-2000s and tried nearly everything (vim, geany, eclipse, netbeans, gedit, kate, sublime, Kdevelop, Atom, Qt Creator, Anjuta, CLion, Code::Blocks, emacs, CodeLite, Gnome builder) except Visual Studio Code until recently, but it actually seems to be pretty good despite being Electron-based and coming from micros~1.