<div dir="ltr">As many of you may know, clangd is a C++ language server that provides semantic IDE features in editors using clang infrastructure. Many features required building a project-wide symbol index. Unfortunately this consumes local resources proportional to project’s size.<br><br>Now, you can use a centralized index served at <a href="http://clangd-index.llvm.org">clangd-index.llvm.org</a> to avoid this resource usage. <a href="https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clangd/index/remote">Source code</a> for both server and client is a part of LLVM. The service is deployed on a GCP VM instance funded by Google with all the deployment scripts available here.<br><br>If you’d like to make use of the service you can find setup instructions at <a href="http://clangd-index.llvm.org">clangd-index.llvm.org</a>. Feel free to file any issues about the server to <a href="https://github.com/clangd/llvm-remote-index/issues">clangd/llvm-remote-index</a>.<br><div><br></div><div>Kirill</div></div>