- Add option to suppress warning about the Microsoft C/C++ extension incompatibility #221
- Clicking on status bar opens output panel, #177
- Commands to open user and project clangd confguration files #181
- Inlay hints support for parameters
#168 and types
#188. Requires a clangd
built after
llvm/llvm-project@cea736e5b
and
-inlay-hints
flag.
- Prompt when workspace overrides clangd.path and clangd.arguments, #160
- Fix semanticTokens flickering issue, #150
- clangd.path takes vscode.workspace.rootPath into account if available. #153
- Warn about conflict with ms-vscode.cpptools, #141
- Add "show AST" feature (clangd 12 or later), #104
- Add "restartAfterCrash" option, #108
- Add "serverCompletionRanking" option, #63
- Client side will not watch config files for clangd 12 or later, as clangd natively supports it #128
- Fix: improve workspace-symbol ranking for unqualified name, #81
- Fix: error on restarting clangd when using onConfigChanged, #98
- Fix: Resrict "show memory usage" button on its own view, #97