Is it possible to show dependencies in nvim-tree #1455
-
As you know, when developing we need to dive into the libraries and read source codes, but when safaring(in business code, go to definition to jump into the lib), there would be a lot of embeded calls, which distributes in different files, that could be very difficult to find the code we need immediately without a tree view of the library codes. |
Beta Was this translation helpful? Give feedback.
Answered by
alex-courtis
Jul 24, 2022
Replies: 1 comment 1 reply
-
That is well outside the scope of nvim-tree, which does not and will likely never attempt to understand your source. You can achieve your goal: update_focused_file = {
enable = true,
update_root = true,
}
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
d0zingcat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is well outside the scope of nvim-tree, which does not and will likely never attempt to understand your source.
You can achieve your goal: