-
-
Notifications
You must be signed in to change notification settings - Fork 391
Show where the definition was imported from #935
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
Comments
What do you want to do with this information? It seems possible your issue may be solved more directly. |
I'd like to import it in another file. While there is a code action to add an import for a binding, it usually lists quite a bunch of possibilities. One option would be to group import suggestions by existing and available imports in the project. |
What I often want to do is copy a fragment of code from one module, paste it in another, and "drag" all the imports that were required across. E.g. if one module has |
Afaict the info on hover already include the |
I often wonder where is something imported from. For an example
dimap
could come from any of the imports since I know I don't import any profunctor packages.Proposal:
Defined in <module>, imported from <module>
The text was updated successfully, but these errors were encountered: