Home > other >  Sublime does text auto-completion 3 question (python)
Sublime does text auto-completion 3 question (python)

Time:09-21

Recently switched to sub, when creating a function of time, there is no automatic completion self, who knows how to solve it

CodePudding user response:

Open the sublime does, press Ctrl + Shift + P will pop up an input box, enter the install

Wait for a period of time, then there will be an input box, inside the input anaconda and press enter to install this package, after installation, quit, again, click the Preferences - & gt; Package Settings - & gt; The Anaconda - & gt; Settings Users
Then in the input:
 
{
"Python_interpreter" : "E: \ \ \ \ Python Python. Exe",
"Suppress_word_completions" : true,
"Suppress_explicit_completions" : true,
"Comlete_parameters" : true,
"Swallow_startup_errors" : true,
"Anaconda_linting" : false
}

There are a number of parameters is a Python installation path, '\' the best convert into '\ \'
After be saved, and then back into the sublime does should be ok!

CodePudding user response:

https://jingyan.baidu.com/article/9158e00090490ae2541228be.html

CodePudding user response:

SublimeCodeIntel can support automatic code completion as well as the method of member/tips, and other functions,

CodePudding user response:

Can install TabNine plug-in intelligent completion
https://tabnine.com/
  • Related