Devs sound alarm after Microsoft subtracts C/C++ extension from VS Code forks
FizzyOrange @ FizzyOrange @programming.dev Posts 1Comments 471Joined 2 yr. ago
FizzyOrange @ FizzyOrange @programming.dev
Posts
1
Comments
471
Joined
2 yr. ago
Not the case. There are binary components.
It doesn't matter though because the Clangd & CodeLLDB extensions completely replace it and are actually waaaaaaay better.
With Microsoft's C++ extension it always rinsed the CPU - there were files I had to avoid opening because then it would analyse them and I'd have to kill it. The code intelligence also seemed very "heuristic" and was quite slow.
Clangd fixes all of that. It's fast, doesn't choke on huge files, and if you have
compile_commands.json
it's actually the first properly fast and robust C++ IDE I've ever used. You know if you've used a Java IDE the code intelligence just works and is fast and reliable. It's like that.