Home > Development Tools > sublime > body text

sublime text 3 package Install cannot install plug-in

亚连
Release: 2018-05-10 10:47:59
Original
3475 people have browsed it

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

Copy to C:\Users\kinkoo\AppData\Roaming\Sublime Text 3\Installed Packages path,

Just restart sublimeText

The above is the problem I have compiled about the inability to install plug-ins in sublime text 3. Friends who have experienced such problems may wish to give it a try try.

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template