Home  >  Article  >  Backend Development  >  Sublime Python editor configuration method

Sublime Python editor configuration method

高洛峰
高洛峰Original
2017-03-09 09:50:111852browse

1. Now you can install sublime text 3, and then install package control, which allows you to easily install plug-in packages. The installation method is available online.

1. Install the SublimeCodeIntel plug-in to realize the automatic syntax completion function.
2. Installing AutoPEP8 can automatically standardize python.
3. Focus on installing the SublimeREPL plug-in. When installing and opening the python file, switch the layout to a 2-line search format and select the menu ToolS->sublimeREPL->Python->Python-PDB curren file
4. Anaconda : Practical functions such as automatic matching of keywords, effectively improving development efficiency


The above is the detailed content of Sublime Python editor configuration method. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn