Front-end and PHP sublime Text3 common plugins

Source: Internet
Author: User
Tags sublime text

1. Install the package Control

Shortcut key: Ctrl + '

After pasting the content, enter:

Import Urllib.request,os,hashlib; h = ' eb2297e1a458f27d836c04bb0cbaf282 ' + ' d0e7a3098092775ccb37ca9d6b2e4b7d '; 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://packagecontrol.io/' + pf.replace (', '%20 ')). read (); DH = hashlib.sha256 (by). Hexdigest (); Print (' Error validating download (got%s instead of%s), please try manual install '% (DH, h)) if DH! = H Else Open (Os.pat H.join (IPP, PF), ' WB '). Write (by)

2, the front-end commonly used plugins:

Emmet: Auto-complete function

Sublimelinter: Highlighting non-canonical and erroneous notation in code written by the user

Html/css/js prettify: Typesetting the page

ColorPicker: Palette

CSS Snippets:css complement function

3, PHP commonly used plug-ins:

ConvertToUTF8: Supports GBK, BIG5, Euc-kr, EUC-JP, Shift_JIS and other encoded plugins

Bracket highlighter: matching parentheses, highlighting

SideBar: Show file location

Sublimecodeintel: Code Intelligence tips Feature

Doc? Blockr: Easy to generate JS, PHP, C + + and other language comments.

4, JS commonly used plug-ins:

Jquery:jquery API hints Feature

Jsformat:javascript content formatting.

Sublime Text Official plugin leaderboard: https://packagecontrol.io/browse/popular

Front-end and PHP sublime Text3 common 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.