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
I am using vim-lsp and clangd to edit my C++ program.
When searching the definition of a member function of a class, :LspDeclaration and :LspDefinition go to the declaration of the member function.
How can i go to the definition of the function?