04 Python - SublimeText3 installed plug-ins

 

(1) Mode 1 downloaded to the local installation

(2) Mode 2 to run a Python script command to install

Install the plug-in management package

  Open website: https://packagecontrol.io/installation

  Copy TEXT3 the following:

     

  Paste it into the console, and then press Enter

     

  Wait for it to close the program after the installation is complete, restart the "Sublime Text 3", opening the menu "Preferences" visible "Package Control" item, indicating that plug-in management packs installed successfully.

Or press Ctrl + shift + p input inst also know the installation is successful

     

Other plug-ins

1. expand the left sidebar function

  Press "Ctrl + Shift + P" to open the command line, type install, and press Enter

    

    

  Enter sidebarenhancements, carriage return, it will be automatically downloaded to strengthen the sidebar tool

    

  After installation is complete, some more sidebar options

    

 

2.    SublimeREPL

 

 

   REPL Description: REPL (Read-eval-print-loop read / calculated / Printing / cycle): Interactive parser. In REPL environment, you can define and run variables, functions, objects.

   Similar 1 installation process, the input sublimeREPL, hit enter,

    

  After a successful installation can be seen in the tool below SublimeREPL

     

   Then navigate to Python, Python click

     

    View results

    

3. Install Pep8

   Referring to the above steps, input pep8, select Autopep8 hit enter, a pop-up window after the installation is complete

     

 

 4. Plug SublimeCodeIntel code hints

     

  Successful installation will pop up a page

    

 

Guess you like

Origin www.cnblogs.com/yijiexi/p/10981509.html