• FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    32
    ·
    21 hours 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.