I. How to install the sublime Text 3 plug-in
Install the package control component and install it online:
1. Press Ctrl + 'to call up the console. (Note: if the shortcut key with the QQ input method is installed, there will be a conflict. Choose "Input Method property Settings"> "Input Method management"> cancel the hotkey and switch to "QQ pinyin)
2. paste the following code to the command line at the bottom and press Enter:
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 ())
3. Restart sublime Text 3.
4. If you see package control in perferences-> package settings, the installation is successful.
2. Use package control to install the plug-in
1. Press Ctrl + Shift + P to bring up the Command Panel
2. Enter install to bring up the install package option and press Enter. Then, select the plug-in to be installed in the list.
GBK/gb2312 Chinese encoding supported
Enter converttoutf8 in package control and install the plug-in to identify it.
Sublime Text 3 latest registered version can be obtained on the download page.
How to install the sublime Text 3 plug-in