Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support easy navigation to submodules of the package root #17

Open
LinqLover opened this issue Jun 23, 2021 · 0 comments
Open

Support easy navigation to submodules of the package root #17

LinqLover opened this issue Jun 23, 2021 · 0 comments

Comments

@LinqLover
Copy link

At the moment, I have to do:

import myPackage from '../foo'
 
// and then in sub folders
import myPackage from '../../foo'

It would be great if the following was possible, too:

import myPackage from 'this/foo'
 
// and then in sub folders it's still just:
import myPackage from 'this/foo'

However, I don't know whether it is possible. But it would be awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant