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

goto project-local definition?

Open jlmgtech opened this issue 2 years ago • 0 comments

I'm not sure how they do it, but in golang-vim, you can hover over a function call, type "gd", and it will take you to the file and line of the definition of that function within your go module. Since nodejs has a similar project-root boundary (package.json), I think it would be a big win if vim-node could provide something similar.

jlmgtech avatar Nov 23 '21 21:11 jlmgtech