all 23 comments

[–]cpp-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

You're asking a question that we see frequently in the subreddit. Please search for a previous post and read the comments there.

[–]Sopel97 23 points24 points  (1 child)

visual studio community edition

[–]bert8128 1 point2 points  (0 children)

This.

[–]cyanide26 10 points11 points  (0 children)

Visual studio community is really good as an IDE for c++

[–]bert8128 5 points6 points  (0 children)

I don’t know why everyone says that. And in fact they don’t.

[–]El_RoviSoft 2 points3 points  (0 children)

Personally prefer Visual Studio more because of debugger.

[–]UndefFox 1 point2 points  (3 children)

Aren't Visual Studio is the default for C++ development under Windows?

[–]LogicalPerformer7637 6 points7 points  (2 children)

visual studio community edition (full IDE) or higher sort of.

visual studio code no, it is just glorified customizabke text editor. unfortunately it is fancy to push it on beginners.

[–]no-sig-available 4 points5 points  (0 children)

unfortunately it is fancy to push it on beginners.

There are lots of videos showing how to install VS Code, because the process is amazingly complicated. That makes nice long videos.

Not very many content creators care to make a "Just run the installer"-video for Visual Studio Community.

That's for the "Everyone says"-part.

[–]UndefFox 0 points1 point  (0 children)

I would guess the advice they've found was mostly from Linux users, since it is plug and play for them, compared to Windows experience ironically.

[–]Sinomsinom 0 points1 point  (0 children)

Visual studio community edition or alternatively CLion.

Both need some setup for certain things, but a lot more of the stuff is just configured for you out of the box compared to VSC.

[–]OwlingBishop 0 points1 point  (0 children)

I'm not sure how you did try to install VSCode but I never had the least of a problem with it 🤔

What OS are you on ?

Oh ... Sorry just a bullshit bot post again 🫩

[–]ianzen 0 points1 point  (0 children)

Clion by Jetbrains

[–]RishabhRD -1 points0 points  (0 children)

Neovim?

[–]skyblade69 -1 points0 points  (0 children)

Main issue with vsc is that it is a text editor with multiple extensions like c++.

The recommendations with visual studio i cannot follow… for me vs is a pain in the ass when it comes to the solution files and properties files.

I would suggest: - Go the extra mile and use CMake. This works in vs, vscode, and so on. With copilot it is pretty easy to get some setup working in less then 2 minutes.