soates/Auto-Import

Look if the element is in some index file higher up the hierarchy

Opened this issue · 0 comments

I use vscode for react and I have bundled all my frontend-components exports in an index file. so that I can just
import {Button,Modal} from 'frontend';

if I use the extension it prints:
import Button from '../../../frontend/graphics/Button';
which is longer and will not accumulate the imports.

It would be great if the former would be possible.