this post was submitted on 10 Sep 2023
20 points (91.7% liked)

C++

1704 readers
1 users here now

The center for all discussion and news regarding C++.

Rules

founded 1 year ago
MODERATORS
all 18 comments
sorted by: hot top controversial new old
[–] [email protected] 20 points 11 months ago
[–] [email protected] 17 points 11 months ago
[–] [email protected] 13 points 11 months ago (1 children)
[–] [email protected] 6 points 11 months ago

Vscode oss/vscodium

[–] [email protected] 10 points 11 months ago

Visual Studio (2022, 2019, 2013, etc)

[–] [email protected] 10 points 11 months ago
[–] [email protected] 6 points 11 months ago
[–] [email protected] 6 points 11 months ago

Emacs + lsp-mode

[–] [email protected] 6 points 11 months ago (1 children)

@lysdexic TMUX & VIM & clangd & vim-ale & fzf.vim

[–] [email protected] 2 points 11 months ago (1 children)

Would it be fair to represent that as simply vim?

[–] [email protected] 2 points 11 months ago
[–] [email protected] 5 points 11 months ago (1 children)

Visual Studio - not VSCode. It is heavy AF, but that debugger and profiler are just too good not to use. I also don't want to fight against a million compiler/makefile/configuration issues. I just want something that works, and Visual Studio just works.

All that said, I've probably written more C/C++ in Vim on a Linux box since I prefer C# when working on Windows, so idk? Visual Studio on Windows and Vim on Linux distros.

[–] [email protected] 3 points 11 months ago* (last edited 11 months ago)

Visual Studio - not VSCode.

Please upvote Visual Studio then.

It is heavy AF, but that debugger and profiler are just too good not to use.

I agree.

I also don’t want to fight against a million compiler/makefile/configuration issues.

Visual Studio does not prevent us to get ourselvss in trouble, though. CLion + CMake is the only combination of IDE and build system that I know that is problem-free, and even so it requires a lot of discipline to keep the cmake project simple.

[–] [email protected] 4 points 11 months ago
[–] [email protected] 3 points 11 months ago
[–] [email protected] 2 points 11 months ago
[–] [email protected] 2 points 11 months ago