1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-23 20:24:03 +02:00
tldr/pages/common/clangd.md
Managor 99c7af4917
*: use a more specific more info link, org domain (#17699)
Mass update for more specific "more info" links
2025-08-16 11:12:49 -07:00

17 lines
367 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://manpages.ubuntu.com/manpages/focal/man1/clangd.1.html>.
- Display available options:
`clangd --help`
- List of available options:
`clangd --help-list`
- Display version:
`clangd --version`