Changes between Version 2 and Version 3 of Clangd


Ignore:
Timestamp:
Feb 21, 2022 3:50:29 PM (2 years ago)
Author:
Brandon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Clangd

    v2 v3  
    22
    33[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
     9clangd will be installed by default with Xcode.
     10
     11
     12=== Linux and Windows
     13
     14Instructions to obtain clangd can be found at https://clangd.llvm.org/installation
     15
    416
    517== Setting up clangd