1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 02:02:07 +02:00
tldr/pages/common/clangd.md
Sid 49a4608a3f
clangd: add page (#9419)
* clangd: add page

* Update clangd.md

* Added suggestions

* Update clangd.md
2022-11-29 14:58:56 +10:00

17 lines
330 B
Markdown

# 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`