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

ropemode doesn't offer completion for "from mypackage.foo import HERE" #1

Open
mcepl opened this issue Dec 1, 2013 · 2 comments
Open

Comments

@mcepl
Copy link
Contributor

mcepl commented Dec 1, 2013

I would like to see ropemode offer completion for "from mypackage.mymodule import " and "import mypackage."

@mcepl
Copy link
Contributor Author

mcepl commented Dec 1, 2013

Aren't they supported already? I'm almost sure "import x.y" is supported, at least. Maybe when
fixing syntax errors before code completion, the import lines are commented out?

@mcepl
Copy link
Contributor Author

mcepl commented Dec 1, 2013

it looks like "from mypackage.foo.HERE" works, and "import mypackage.foo.HERE" works, but not "from mypackage.foo import HERE"

@mcepl mcepl changed the title ropemode cannot offer completions for imports ropemode doesn't offer completion for "from mypackage.foo import HERE" May 23, 2014
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