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'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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: