vim-lsc icon indicating copy to clipboard operation
vim-lsc copied to clipboard

call hierarchy support?

Open hasufell opened this issue 2 years ago • 1 comments

https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_prepareCallHierarchy

hasufell avatar Apr 03 '22 13:04 hasufell

I implemented only incoming call hierarchy in my dirty branch in vim9script. https://github.com/kohnish/vim-lsc
You can just do gi and keep pressing enter to open the parents.

kohnish avatar Jul 29 '22 17:07 kohnish