Files
cheatsheet-tldr/tldr/clangd
2025-10-06 00:19:32 +00:00

23 lines
454 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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://manpages.ubuntu.com/manpages/man1/clangd.1.html>.
- Display available options:
`clangd --help`
- List of available options:
`clangd --help-list`
- Display version:
`clangd --version`