Changes between Version 2 and Version 3 of Clangd
- Timestamp:
- Feb 21, 2022, 3:50:29 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clangd
v2 v3 2 2 3 3 [https://clangd.llvm.org clangd] is language server designed to provide features like autocomplete, go to definition, and refactoring to a wide range of editors. 4 5 == Getting clangd 6 7 === macOS 8 9 clangd will be installed by default with Xcode. 10 11 12 === Linux and Windows 13 14 Instructions to obtain clangd can be found at https://clangd.llvm.org/installation 15 4 16 5 17 == Setting up clangd