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
The cquery server is able to return info on a types hierarchy (parent type, derived types, expandable tree view), finding base/derived methods/classes and presenting a call tree.
I searched through available Emacs commands and found the function cquery-call-tree which seem to return a call tree for a symbol at point, this works. But I fail to find a way to see a type hierarchy for symbol at point, or finding derived methods etc. Are these not implemented? What is the best way discussing topics like this for emacs lsp using cquery? It doesn't feel right to submit an issue here just to query for basic functionality when there's not an actual bug involved.
The text was updated successfully, but these errors were encountered:
The cquery server is able to return info on a types hierarchy (parent type, derived types, expandable tree view), finding base/derived methods/classes and presenting a call tree.
I searched through available Emacs commands and found the function cquery-call-tree which seem to return a call tree for a symbol at point, this works. But I fail to find a way to see a type hierarchy for symbol at point, or finding derived methods etc. Are these not implemented? What is the best way discussing topics like this for emacs lsp using cquery? It doesn't feel right to submit an issue here just to query for basic functionality when there's not an actual bug involved.
The text was updated successfully, but these errors were encountered: