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

Intellisense for the 'from' of an import #5161

Closed
alexeagle opened this issue Oct 7, 2015 · 1 comment
Closed

Intellisense for the 'from' of an import #5161

alexeagle opened this issue Oct 7, 2015 · 1 comment
Labels
Duplicate An existing issue was already created

Comments

@alexeagle
Copy link
Contributor

We have a lot of modules which a user might want to import, and it would be nice to show a list of these as a completion hint after import {} from '
Additionally, we have so many modules that walking the filesystem is not practical, and some of them are generated external module names, not files. So we would like to run a periodic indexing, and then somehow provide a list of these to the language services (eg. an RPC, or a file we stage on local disk, etc.)

cc @mprobst @rkirov

@DanielRosenwasser
Copy link
Member

Hey Alex, seems like a duplicate of #188.

@DanielRosenwasser DanielRosenwasser added the Duplicate An existing issue was already created label Oct 7, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants