Skip to content

Instantly share code, notes, and snippets.

@felipe-iar
felipe-iar / iar-clangd.md
Last active November 21, 2025 13:39
How to get Clangd for the IAR Build Tools in KDE Kate

How to get Clangd for the IAR Build Tools in KDE Kate

What is Clangd?

clangd understands your C++ code and adds smart features to your editor: code completion, compile errors, go-to-definition and more. Clangd is a language server that can work with many editors via a plugin.

It is driven by a human-readable YAML configuration file.

Pre-requisites

Install the dependencies: