As a python development environment sublime Text 3, with the Anaconda will be more powerful. Anaconda is currently the most popular and powerful Python code hint plugin.
Tools/Materials
Plug-in Installation
- 1
We use the sublime text plug-in installation tool package control to install, how to install the package control this plugin everyone refer to the following application article
4Sublime Text 3 How to install plugins
- 2
OK, now open the Package Control menu, enter install or directly click on the Install Package Command menu
- 3
Enter Anaconda in the new window and click on the first option to install.
The messages document is displayed when the installation is complete
END
Development environment Configuration
- 1
Because the plugin itself cannot know the path of the Python installation, you need to manually set the location of the Python main program. (The plug-in estimate will prompt us to set up just after installing)
- 2
We click the Anaconda plugin default settings menu to eject the settings document
- 3
In the position of approximately 90 lines, we modify the location path of the Python main program. Complete the above settings, the error message disappears, Anaconda has a certain hint function.
END
Anaconda Configuration
Although these configurations can be done in the Anaconda Plugin's default settings menu, we recommend that you complete these configurations in a personalized menu.
Code, Parameters auto-complete settings
We copy these settings from the default settings file , Modify and save them to the personalization file . It is usually only possible to change the true to False or vice versa.
Modules, properties of classes, methods "." Trigger Settings
We need to create a new python.sublime-settings file and store it in the package installation path. These files can all be downloaded at the end of the article.
Finally to test, the effect is good ~
END
Precautions
- Click Trigger Settings Download: http://pan.baidu.com/s/1gdLH2X9
- Plugin settings: HTTP://PAN.BAIDU.COM/S/1GESLVMR
Python | Install and configure the smart Cue plugin anaconda (GO)