Changes between Version 3 and Version 4 of Clangd
- Timestamp:
- Feb 21, 2022, 3:57:49 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clangd
v3 v4 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 [[Image(wiki:Clangd:clangd_screenshot.png, 720px)]] 4 6 5 7 == Getting clangd … … 29 31 I would recommend running this command each time you pull the latest code. 30 32 31 If you add or remove files during development, just compile with make and run the {{{generate-compile-commands}}}.33 If you add or remove files during development, recompile with {{{make r EXPORT_COMPILE_COMMANDS=YES}}} and rerun {{{generate-compile-commands WebKitBuild/Release}}}. 32 34 33 35