showIncomingCalls
and showOutgoingCalls
don't use location/quickfix list?
#3898
-
Hello, I noticed that Is this behavior intentional? Could these be changed to use the quickfix list? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
By default |
Beta Was this translation helpful? Give feedback.
-
The data is easier to inspect in a tree view, you can bind custom key-mappings for coc-tree. |
Beta Was this translation helpful? Give feedback.
By default
showIncomingCalls
andshowOutgoingCalls
will show CallHierarchyItem in:h coc-tree
. You can useCocAction('incomingCalls')
to get incoming calls results and define a function to display them in location or quickfix list.