The following tutorial column of sublime introduction will introduce to you how to solve the problem of installing Package Control in sublime text3. I hope it will be helpful to friends in need!
1. Download Sublime3
https://www.sublimetext.com/3
2. Install Package Control
Online installation: https://packagecontrol.io/installation may fail due to network reasons.
Offline installation:
Download address: https://github.com/wbond/package_control
1. Unzip the downloaded zip package and rename it to Package Control .
2. Open Sublime3, menu->Preferences->Browse Packages... and then copy the Package Control folder to this directory.
3. Restart Sublime3. If the menu->Preferences has Package Setting and Package Control, the installation is successful.
4.Ctrl Shift p, enter install, select Install Package and press Enter to install the plug-in.
The above is the detailed content of Solve the problem of sublime text3 installation Package Control. For more information, please follow other related articles on the PHP Chinese website!