Django-Modules Autocomplete not working
I'm using MacOS High Sierra ST 3.1.1 Build 3176 I installed CodeIntel today and other module imports show up in autocompletion but Django Modules do not show up in autocomplete
"Python3": { "python3": "/usr/local/bin/python3", "codeintel_scan_extra_dir": [ "/Applications/Sublime Text.app/Contents/MacOS", "~/Library/Application Support/Sublime Text 3/Packages/SublimeCodeIntel/arch", "~/Library/Application Support/Sublime Text 3/Packages/SublimeCodeIntel/libs", "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/Django-2.1a1-py3.6.egg", ], "codeintel_scan_files_in_project": true, "codeintel_selected_catalogs": [], "codeintel_max_recursive_dir_depth": 15, },
I added Path to django folder but still its not working :(
You’d have to add the path to the parent directory of where you have the Django package (if it’s not in the default Python path)