clangd: add page (#9419)
* clangd: add page * Update clangd.md * Added suggestions * Update clangd.md
This commit is contained in:
17
pages/common/clangd.md
Normal file
17
pages/common/clangd.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# 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`
|
Reference in New Issue
Block a user