Django Autocomplete with Anaconda in Sublime Text 3
问题 I'm trying to get autocompletion working in Sublime Text 3 via the Anaconda plug-in. So far I've been successful getting autocompletion working with the standard python libraries but not for Django. My sublime project file looks like this: { "folders": [ { "follow_symlinks": true, "path": "." } ], "settings": { "python_interpreter": "/Users/user/.virtualenvs/project/bin/python", "suppress_word_completions": true, "extra_paths": [ "/Users/user/.virtualenvs/project/lib/python2.7/site-packages"