vscode-go-to-fileA plugin that aims to replicate some of Vim's "go to file" ( A huge amount of credit goes to fr43nk/seito-openfile, whose plugin I used for the base of my work. I preferred to build my version as a standalone plugin in order to give me a plugin to work with as I learn more of the VSCode extension API. FeaturesWhen your cursor is hovering over a file path, invoke this plugin to be taken to that file. For example, given this code:
If your cursor is over the When an extension is missing, the plugin will attempt to try This plugin will also attempt to parse a
And an import of:
Invoking this plugin will take you to RequirementsBy default this package does not bind to a key command. You should bind your own key to the command Release Notes0.0.1Initial release. |