add new chinese translations
This commit is contained in:
17
pages.zh/common/clangd.md
Normal file
17
pages.zh/common/clangd.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# clangd
|
||||
|
||||
> 语言服务器,为编辑器提供类似IDE的功能。
|
||||
> 应通过编辑器插件使用,而不是直接调用。
|
||||
> 更多信息:<https://clangd.llvm.org/>.
|
||||
|
||||
- 显示可用选项:
|
||||
|
||||
`clangd --help`
|
||||
|
||||
- 可用选项列表:
|
||||
|
||||
`clangd --help-list`
|
||||
|
||||
- 显示版本:
|
||||
|
||||
`clangd --version`
|
Reference in New Issue
Block a user