soates / Auto-Import

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

Provide option for absolute path for imports #59

Open ShankarSumanth opened 7 years ago

ShankarSumanth commented 7 years ago

Currently in a nested component, importing something would add a relative path which looks something like

import { xyz } from '../../../from/some/component';

Idea is to provide option for using absolute url. import { xyz} from 'app/from/some/component;

RaulTsc commented 7 years ago

+1

RaulTsc commented 7 years ago

Willing to submit a PR for this if you guys are interested @soates

aborchew commented 6 years ago

@RaulTsc please do!

cafesanu commented 6 years ago

any news here?