Skip to content

"from" keyword intellisense #96

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

Closed
ikanobori opened this issue Jul 4, 2014 · 2 comments
Closed

"from" keyword intellisense #96

ikanobori opened this issue Jul 4, 2014 · 2 comments

Comments

@ikanobori
Copy link
Contributor

just example.

from django.contrib.admin ...

  1. tab must print "import " as only the one way
  2. after "import " better if u show tip with content of module (vars, classes, methods) before user print first letter.

@ikanobori
Copy link
Contributor Author

Duplicate of #48.


Original Comment By: Andreas Stührk

@ikanobori
Copy link
Contributor Author

We can have "import" add a space if you like though not sure it's really worth special-casing it.

As for point #2, this would mean having to import the module to get its classes, which would have unpredictable side-effects. I think this has been discussed before and we have decided not to implement it for this reason.


Original Comment By:

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

No branches or pull requests

1 participant