The following is the solution I have compiled for sublime’s inability to install plug-ins. Friends who have experienced these problems may wish to give it a try.
##1. Use Package Control to install the plug-in Method
1. Press Ctrl Shift P to bring up the command panel.
2. Enter install to bring up the Install Package option and press Enter.
3. Select the plug-in to be installed in the list, or enter the plug-in name (for example, if you want to install the IMESupport plug-in, enter IMESupport, which will filter the results in real time). According to the filtering results in the command panel, select the plug-in you want to install. Installed plugins. 123456
2. Use Package Control to view installed plug-ins
If you want to see what has been installed in Sublime Text 3 Plug-in can be operated as follows.
1. Press Ctrl Shift P to bring up the command panel
2. Enter "package", find "Package Control: list packages" in the drop-down list, select and press Enter, all plug-ins will be displayed. 123456
3. Path to install plug-ins in Package Control
So where are the plug-ins installed using Package Control? Woolen cloth? is not placed in the Packages directory under the installation path of ST3 (for example, I installed it on drive E: E:\Program Files\Sublime Text 3\Packages). Open the C:\Users\username\AppData\Roaming\Sublime Text 3 directory and you can see that there are 2 folders: Installed Packages and Packages Only Plug-ins with a single file (plug-in name.sublime-package) are placed in the Installed Packages directory, and installation package plug-ins containing multiple files (such as ConvertToUTF8, IMESupport) are placed in the Packages directory. Download directly from the Internet:https://sublime.wbond.net/Package Control.sublime-package
Related articles:
Detailed explanation of the use of Sublime Text plug-in Emmet
Sublime Python editor configuration method
Install the code formatting plug-in CodeFormatter on Sublime Text 3
The above is the detailed content of sublime text 3 package Install cannot install plug-in. For more information, please follow other related articles on the PHP Chinese website!
Sublime input Chinese method
How to turn off sublime auto-completion
How to install third-party libraries in sublime
sublime runs js code
How to delete data in MongoDB
The difference between export and export default
Solution to the problem that vscode cannot run after downloading python
swing tutorial