Sublime Text3 How to install, remove, and update plug-ins

Source: Internet
Author: User
Tags sublime text

The installation of the sublime Text 3 plug-in is very convenient, the installation package of the direct download plug-in to the packages directory, and then open the sublime Text3 (preferences->packages), here mainly describes how to pass the package Control component installation, deletion and update plug-ins

Open Sublime Text3, menu bar view, open console


Copy glue the following code is added to the command line, and then 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 ())

Restart Sublime Text 3 to see if there is a package control in the Perferences->package settings, and if so, install successfully then install the plugin, press Ctrl+shift+p to pull up the command panel , type the Install Package option in the Install selection list and enter, wait a few seconds, and then search for the plug-in you want to install in the list that appears, I've installed jquery, so the list doesn't show if you want to remove the plugin, Ctrl+shift +p pull up the command panel, input remove, pull out the Remove Package option and enter, choose to remove the plugin can, of course, update plug-ins, upgrade packages, through a few simple commands can easily manage our plug-ins



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.