You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logs
Please attach the clangd log from the "Output" window if you can.
If possible, run with --log=verbose - note that the logs will include the contents of open files!
System information
Clangd version (from the log, or clangd --version): Apple clangd version 14.0.0 (clang-1400.0.29.202) ;
clangd extension version: llvm-vs-code-extensions.vscode-clangd 0.1.33 ;
Operating system: macOS 12.7.6 (21H1320) ;
VSCode 1.96.0 ;
The text was updated successfully, but these errors were encountered:
foo
in foo.cpp to declarationfoo
in foo.h, this kinda hides the issue;foo()
in main.cpp, can only go to declaration in foo.h;foo
in header foo.h, can not go to definition in foo.cpp;Tested with: VSCode 1.96.0.
By the way, both nvim-lsp and vim-lsp have the same issue, is this related to LSP server clangd?
Logs
Please attach the clangd log from the "Output" window if you can.
If possible, run with
--log=verbose
- note that the logs will include the contents of open files!System information
Clangd version (from the log, or
clangd --version
): Apple clangd version 14.0.0 (clang-1400.0.29.202) ;clangd extension version: llvm-vs-code-extensions.vscode-clangd 0.1.33 ;
Operating system: macOS 12.7.6 (21H1320) ;
VSCode 1.96.0 ;
The text was updated successfully, but these errors were encountered: