vscode extension that will automatically finds, parses and provides code actions for all available imports. Only currently works with files in your folder and TypeScript.
MIT License
165
stars
62
forks
source link
Option to remove leading . in path of outer file #37
Given module
foo/a.ts
andbar/b.ts
, if I want to import the latter in the former, this plugin would generate:I would like the option to remove the leading . in this path