mirror of
https://github.com/clangd/clangd.git
synced 2025-02-22 00:19:25 +00:00
clangd language server
We already have some communication channels that can be used to help our users, but they are not very discoverable. Adding several links to the README might help us to reach more Clangd users. |
||
---|---|---|
README.md |
clangd
clangd is a language server, and provides C++ IDE features to editors. This is not its documentation.
- the website is https://clangd.github.io/.
- the bug tracker is in this repository: https://github.com/clangd/clangd/issues
- the source code is hosted at http://llvm.org/, and mirrored at https://github.com/llvm/llvm-project/tree/master/clang-tools-extra/clangd.
- the website source code is at https://github.com/clangd/clangd.github.io/
Communication channels
If you have any questions or feedback, you can use the following ways of reaching the Clangd community and developers:
- #clangd room is hosted on LLVM's Discord channel.
- user questions and feature requests can be asked in Clangd topic on LLVM Discussion Forums
- Clangd mailing list that is mainly used to discuss the development can be joined at https://lists.llvm.org/cgi-bin/mailman/listinfo/clangd-dev.