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

Source: Internet
Author: User

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

Download sublime https://www.sublimetext.com/3 from the official website

 

After installation

Press ctrl + 'or View-> Show Console, and enter the following code (sublime text3)

Import urllib. request, OS, hashlib; h = '7183a2d3e96f11eeadd761d777e62404 '+ 'e330c659d4bb41d3bdf022e94cab3cd0'; pf = 'package Control. sublime-package '; ipp = sublime. installed_packages_path (); urllib. request. install_opener (urllib. request. build_opener (urllib. request. proxyHandler (); by = urllib. request. urlopen ('HTTP: // sublime.wbond.net/'+ pf. replace ('', '% 20 ')). read (); dh = hashlib. sha256 (). Hexdigest (); print ('error validating download (got % s instead of % s), please try manual install '% (dh, h) if dh! = H else open (OS. path. join (ipp, pf), 'wb'). write ()

Or the following code

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 text3 and check whether the options Package Settings and Package Control exist at the bottom of the Preferences menu. If yes, the installation is successful.

Press Ctrl + Shift + P, enter install, and select install package.

ConvertToUTF8: solves the problem of file encoding conversion.

Emmet: Quick compilation of God-level extensions for html, css, and js

SideBarEnhancements: a plug-in that is preferred by individuals on the enhanced side bar. It is very useful that you can directly retrieve the name when creating a file. By default, this function is not provided. you can name it only after saving it.

BracketHighLighter: brackets highlighted

ColorPicke: color selector

Htmlbeau: HTML formatting plug-in

AllAutoComplete: Automatic prompt

IMESupport: plugin for input methods

Material Theme: a highly recommended topic

 

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.