Sublime Learning Record (2) package control component, sublimepackage
I. Press Ctrl + 'to call up the console (if there is a conflict with the QQ input method, you need to disable the hotkey)
Ii. paste the following code to the command line at the bottom and run
Import urllib. request, OS; pf = 'package Control. sublime-package '; ipp = sublime. installed_packages_path (); urllib. request. install_opener (urllib. request. build_opener (urllib. request. proxyHandler (); open (OS. path. join (ipp, pf), 'wb '). write (urllib. request. urlopen ('HTTP: // sublime.wbond.net/'+ pf. replace ('', '% 20 ')). read ())
Iii. Restart Sublime Text 3
Iv. Ctrl + shift + P input package control the package control option is installed successfully.
V. Install the plug-in through package control: Ctrl + shift + p enter package control select Install Package and press enter to select the plug-in you want to Install (Note: pci can be quickly searched)