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

Jump to definition on import will open the imported module #7155

Merged
merged 1 commit into from
Jan 31, 2018

Conversation

yglukhov
Copy link
Member

No description provided.

@Araq Araq merged commit 60c7bbc into nim-lang:devel Jan 31, 2018
@yglukhov yglukhov deleted the module-jump-to-definition branch January 31, 2018 18:02
@ghost
Copy link

ghost commented Feb 10, 2018

Now from x import y doesn't work anymore when clicking on y. It only works when clicking on x. And for the form import x.

All of these should work:

import strutils except toLower, toUpper
from htmlparser import entityToUtf8
import sets

I should be able to click on strutils, toLower, toUpper, htmlparser, entityToUtf8 and sets in this case.

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

Successfully merging this pull request may close these issues.

None yet

2 participants