Auto-Import icon indicating copy to clipboard operation
Auto-Import copied to clipboard

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

Open garyee opened this issue 4 years ago • 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.

garyee avatar Apr 28 '20 15:04 garyee