Files
tldr/pages.zh/common/clangd.md

17 lines
302 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# clangd
> 语言服务器为编辑器提供类似IDE的功能。
> 应通过编辑器插件使用,而不是直接调用。
> 更多信息:<https://clangd.llvm.org/>.
- 显示可用选项:
`clangd --help`
- 可用选项列表:
`clangd --help-list`
- 显示版本:
`clangd --version`