django - Sublime Text 2. Autocomplete python `from` -
i using sublimerope plugin. when typing from foo.b
displays autocomplete dialog random crap looking recognize bar
module inside foo
package. if type from foo import b
suggest me import bar
module. means rope "knows" module. how can configure sublime me suggest imports when from foo.b
?
i doing projects django real example wont me autocomplete from django.contrib.
if type from django.contrib.auth.models import u
suggest me import user.
you should using sublimejedi python autocompletion! there's no way around jedi awesomeness.
this sublime plugin jedi library (which better rope, i'm biased because i'm author).
Comments
Post a Comment