Sublime Text 3 Common plugins

Source: Internet
Author: User
Tags imagemagick

Package Control: A simple installation method:

From the menu View-show console or CTRL + ~ shortcut keys, bring up the console. Paste the following Python code in and enter to perform the installation without exception. The installation code for ST3 and ST2 is provided below:

Sublime Text 3:

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

Sublime Text 2:

Import Urllib2,os; Pf= ' Package control.sublime-package '; IPP = Sublime.installed_packages_path (); Os.makedirs (IPP) Ifnot os.path.exists (IPP) Elsenone; Urllib2.install_opener (Urllib2.build_opener (urllib2. Proxyhandler ())); Open (Os.path.join (IPP, PF), ' WB '). Write (Urllib2.urlopen (' http://sublime.wbond.net/' +pf.replace (', '%20 '). Read () );p rint (' Restart Sublime Text to finish installation ')

Autofilename: Auto Prompt file path angularjs: Auto prompt angularjsbrackethighlighter: Highlight plugin clickable Urls:url click emmet:html/ CSS Quick Edit (formerly Zen Coding) Sublime Tmpl: Quick generate file Template convertToUTF8: Convert encoding format deleteblanklines: delete blank lines

Html/css/js prettify: Auto align Sublimelinter: code error SUBLIMEREPL: This is probably the most useful plugin for programmers.

SUBLIMEREPL allows you to run various languages (NodeJS, Python,ruby, Scala, Haskell, and so on) in Sublime Texxt.

Allautocomplete:

The traditional sublime Text AutoComplete plugin works only under the current file. Allautocomplete can search all open tabs, which will greatly simplify the development process. Of course, there is a plugin called Codeintel, which implements some of the IDE's functions and provides "code intelligence" for some languages: JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, python3,x ML, Sass, XSLT, Django, HTML5, Perl, CSS, Twig, less, Smarty, node. js, Tcl,templatetoolkit, PHP.

Sublimeenhancements: Sidebar menu becomes more clipboard Manager

Features: Clipboard history

Summary: Easy to use copy/cut content

Use:

-Ctrl+alt+v: Show History

-Ctrl+alt+d: Clear History

-Ctrl+shift+v: Paste previous record (oldest)

-Ctrl+shift+alt+v: Paste Next Record (latest)

Bracket highlighter

Features: Code matching

Description: Can match [], (), {}, "", ", <tag></tag>, highlighting for easy viewing of start and end tags

Use: Click on the corresponding code to

Imesupport

Function: Sublime Chinese Input method

Introduction: Still Tangled Sublime Text Chinese Input method can not follow the cursor? Try "imesupport" this plugin! Currently only supported Windows, in the search and other interfaces do not very well follow the cursor.

Use: Ctrl + Shift + p→ input pci→ input imesupport→ Enter

ColorPicker (GitHub)

When editing CSS style, to add a favorite color or change the color of what, to the PS to color? ColorPicker can let Sublime Text 3 built-in a palette, adjust the color, click OK will generate hex color code at the cursor.

Shortcut key Shift+ctrl+c

ConvertToUTF8 and ColorPicker shortcut keys are conflicting, convertoUTF8 default transitions GBK shortcut keys, and ColorPicker keys for opening palettes are ctrl+shift+c. If you have two plugins installed, you need to customize them, for example:

Workaround: Open Sublime Text-to-Preferences browse Packages, locate the ConvertToUTF8 folder and enter, Find the corresponding operating system Default.sublime-keymap file, directly modified to
[
{"Keys": ["Ctrl+shift++alt+c"], "command": "Convert_to_utf8", "args": {"encoding": "GBK", "Stamp": "0"}}
] on the line!
Pro-Test Success!

Guttercolor

Is the Sublime Text 3 plugin that displays the gutter color when gutter includes a color.

-

Install ImageMagick Internet Download this software default installation

-

Package Settings > Guttercolor > Settings–user/Profile

{

"Convert_path": "C:/Program Files/imagemagick-6.9.3-q16/convert.exe",//imagemagick address

"Supported_syntax": ["CSS", "Scss", "sass", "less", "stylus", "CSS3", "xml", "JavaScript", "html"],

}

applysyntax– Fast Grammar detection

Sublime Text 3 Common plugins

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.