You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
it looks like "from mypackage.foo.HERE" works, and "import mypackage.foo.HERE" works, but not "from mypackage.foo import HERE"
mcepl
changed the title
ropemode cannot offer completions for imports
ropemode doesn't offer completion for "from mypackage.foo import HERE"
May 23, 2014
I would like to see ropemode offer completion for "from mypackage.mymodule import " and "import mypackage."
The text was updated successfully, but these errors were encountered: