Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 656 Bytes

File metadata and controls

11 lines (7 loc) · 656 Bytes

Clangd

Install the language server

  1. Open the New Language Server Dialog. This can usually be found under the IDE settings related to Language Server Protocol (LSP). For more information, refer to the New Language Server Dialog documentation.

  2. Select Clangd as the template from the available options. This will populate the command field with a default command. When an *.c, *.h (etc) file will be opened it should install the Clangd language server and *.c, *.h support should be available.

    Clangd template