top | item 26619904

(no title)

w0utert | 4 years ago

And VS code with C++ is downright horrid, almost nothing works properly using the official C++ extensions. Yes it autocompletes and it sometimes manages to find the right files when you switch header/source, but that's about it.

I still use it at work though because we don't have CLion there and that code base does not use CMake, but only because it is just slightly better than plain VIM with some plugins. But compared to CLion + CMake it's just one small step beyond a glorified text editor.

discuss

order

Thev00d00|4 years ago

CLion has non-terrible Makefile support now too

w0utert|4 years ago

We use SCons at work, nothing really supports that :-/