Local Package NavigatorLocal Package Navigator allows you to navigate to implementation in external codebases that you have locally. FeaturesNavigate to external code with the "Navigate to local implementations" command, default keybind to Ctrl + Alt + . Extension SettingsThis extension contributes the following settings:
where packageName is the name of the package, localPath is where on your computer you have the source code, and excludePaths is an optional array of paths relative to localPath. e.g.
Release Notes1.6.0Add support for navigating to implementation when trying to go to local definition of a non-external symbol. Improve definition finding. 1.5.0Add support for excluding paths in local path Peek implementation if multiple exports have the same name 1.4.0Add support for navigating to nested exports 1.3.0Add support for vscode ^1.45.0 Show error if configured path doesn't exist on the system 1.2.0Performance increase 1.1.0Change from listening to "Navigate to Implementation" to separate command, localPackageNavigator.navigate 1.0.0Initial release of Local Package Navigator |