Skip to main content

clangd

If you are familiar with IntelliSense (which is installed by default in Visual Studio and Visual Studio Code), clangd is the same kind of thing, but better (less laggy, more complete). It will provide autocompletion, suggestions, detect bugs, etc.

You should now be good to go! (If VSCode is not able to provide autocompletion, then something went wrong during the installation of clangd.)

clangd-autocompletion

tip

clangd adds these things called Inlay Hints: inlay hints If you don't want them you can disable them in your VS Code settings: disable inlay hints