Sublime ----- plug-in installation, sublime ----- plug-in

Source: Internet
Author: User

Sublime ----- plug-in installation, sublime ----- plug-in

I recently changed my job, so I decided to apply for a new blog and record some problems encountered in my work so that I can forget it next time, we also hope to share with our friends who need it together.

If you have different opinions or different opinions, you can talk about them. I always think that discussion and practice are the true 'path' for improving your abilities '... (Well, go to today's topic)

Before I started this job, I used Hbuilder all the time. Here I will not talk about this IDE...

Why is Sublime powerful?

In my opinion, the power of Sublime lies in its rich plug-ins. Today, I will focus on the plug-ins I recently installed. The following will start with the question:

Preparations:

1. I use sublime text3, which can be directly downloaded from the webpage. This is omitted here;

2. install package control:

(1) Open sublime, press Ctrl + ', and copy the following code in the input box:

  

1 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()) 

(2) Press Enter and restart sublime text3. If you see package control in Perferences-> package settings, the installation is successful.

Note]

Some friends may wonder why package control is installed?

A: The following plug-ins need to be installed based on them. (SO this is required !)

Install plug-ins:

[Introduction] I may not explain the following plug-ins one by one. If necessary, I can explain the plug-ins more clearly than I do on Baidu ~

Steps for installing the plug-in each time: (1) (2) are the same; (3) Search for the plug-in you need

(1) press Ctrl + Shift + P to bring up the Command Panel;

(2) Enter install to bring up the Install Package option, press enter, and select the plug-in to be installed in the list;

(3) Search plug-ins;

Common plug-ins:

1. enter "chinese" in the panel, find ChineseLocalzations, press Enter, and observe that there is a [=] in the lower left corner, which indicates that the plug-in is installed. [This is the next time, the following is omitted]

By the way, this plug-in is used in Chinese to help students who are used to Chinese;

ChineseLocalzations --------------------------------;

2. Emmet: Automatic completion provides a quick completion method

Example: ul> li * 3

3. Boxy: the icon displayed in front of the file

If you cannot find this, you can see the list. I can't remember it...

4. SublimeTmpl: sublime Template

5. Sass: scss highlight

6. I have installed some vue-related plug-ins, because they have been used recently.

And so on...

There were too many plug-ins installed yesterday, and I forgot a bit. There were a lot of plug-ins that highlighted the code. You can perform corresponding searches based on js, html, and css. I won't write them all here, if necessary, you can leave a message;

[Welfare]

I think it is useful to share with you a website:

The most complete plug-in Web site: http://blog.csdn.net/zbwroom/article/details/72473851

Uninstall the Plugin:

Sometimes, the plug-ins used at work don't want to be used. For example, on the next day, I don't want to use the Chinese version, so I plan to delete the Chinese plug-ins. It only takes two steps:

(1) press Ctrl + shift + P, enter remove package in the Command Panel, and press enter

(2) enter the plug-in to be deleted and click OK. Is it very easy?

If you still have questions, share the following link:

Actions on plug-ins: https://jingyan.baidu.com/article/2c8c281dd5a9b70008252aa1.html

 

 

  

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.