18 lines
334 B
Markdown
Raw Normal View History

# clangd
> Language server that provides IDE-like features to editors.
> It should be used via an editor plugin rather than invoked directly.
> More information: <https://manned.org/clangd-22>.
- Display available options:
`clangd --help`
- List of available options:
`clangd --help-list`
- Display version:
`clangd --version`