1. From Package control in sublime install TabNine
2. Type "TabNine::sem" anywhere in sublime to start TabNine
3. To make sure python is installed and working follow instructions here https://tabnine.com/semantic
4. Check the configuration directory by typing "TabNine::config_dir"
5. Create a TabNine.toml file there with the following contents
[language.python]
command = "C:\\python37\\Scripts\\pyls.exe"
install = [["C:\\python37\\Scripts\\pip.exe", "install", "python-language-server"]]
6. Make sure to explicity include the path of pip and the pyls
7. Type TabNine::restart in text editor
8. Test python
Note: Not all pandas are supported
No comments:
Post a Comment