The LSP Server builtin VSCode do not support js Call Hierarchy well, this extension make it possible.
- Call Hierarchy
- References
This enxtension could be only installed on VSCode Insider.
{
"codenav.includes": [
"src/**/*.js"
]
}
Could not find all types of function calls.
Initial release of ...
Enjoy!