1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/clangd.md

18 lines
330 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://clangd.llvm.org/>.
- Display available options:
`clangd --help`
- List of available options:
`clangd --help-list`
- Display version:
`clangd --version`