You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[语言服务协议](https://microsoft.github.io/language-server-protocol/overviews/lsp/overview/) (language server protocal 简写为 lsp) 是由微软提出的,用于在工具 (提供 autocomplete, goto definition, or documentation on hover 等等 API 服务) 与编辑器前端之间通信的标准协议.
122
+
123
+
[clangd](https://clangd.llvm.org/) 是 [LLVM](https://llvm.org/) 项目下为 C/C++ 提供语言服务的工具, 也是目前支持 C++ 开发最完善、体验最好的语言服务器之一.
124
+
125
+
我们在实验环境中为你内置了最新版本的 `clangd`. 为了让你获得最舒适的开发体验, 并避免潜在的环境依赖冲突, 我们强烈推荐使用 VS Code 的 `Dev Containers` 插件来连接实验环境. 同时, 我们也为你提供了相应的 Dev Container 配置模板.
0 commit comments