Sublime3 Common plug-ins summary

Source: Internet
Author: User
Tags sublime text

I used to be webstorm, and later switched to sublime, gradually fell in love with its fast! (Self-experience)

Formally introduce sublime3 commonly used some plug-ins, installation process no longer repeat!

    • Sublimetmpl

To create a common file initial template, you must html,css,js the template

    • Sublimelinter

A plugin that supports lint syntax can highlight lines of code that Linter think is wrong, and also support highlighting special notes such as "TODO," which can be quickly positioned. (IntelliJ idea's Todo function is very good, this plug-in, although not comparable, but also enough for it)

    • All Autocomplete

The Sublime Text default Autocomplete feature only considers the current file, and the Allautocomplete plugin searches all open files for matching prompt words.

    • Alignmen

equals number alignment, the default is Ctrl + Alt + A, but it is possible to conflict with QQ, so you can set the shortcut keys, set the way navigation bar, preferences->package settings->alignment->key Bildings-default

    • Sublimecodeintel

A full-featured Sublime Text code Auto-completion engine, I did the contrast, but if and webstorm automatic search or lesser, but for most people enough, can easily jump to the way you want to

There are quite a few languages supported (JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, Python3, XML, Sass, XSLT, Django, HTML5, Perl, CSS, Twig, less, Smarty, node. js, Tcl, Templatetoolkit, PHP.)

    • CTags

Real method Jump, jump to your method

Then install the Ctags software under Win7 or under Linux

    1. Open the Ctags plug-in package use-setting Configuration "command": "D:/ide/ctags58/ctags.exe" This path is the download Ctags installation path
    2. This plugin can jump across files and jump to the specified function declaration (ctrl+alt+ left button). Use the package control to search CTags for installation (install the CTags plugin is OK, there is a CTags for PHP plug-in is not a good use), note that after installing the plug-in need to install the CTags command. Window Download Ctags.exe http://vdisk.weibo.com/s/7QZd7. Place the Ctags.exe file where an environment variable can be accessed. Open cmd, enter ctags, if there is this command, proves successful. Ubuntu under Install Run command: sudo apt-get install exuberant-ctags. Then in the Sublime project folder right-click , the Ctag:rebuild Tags menu will appear. Click on it, then generate the. tags file and then in your code, the cursor is placed on a function, click on it to jump to the function declaration place.
    • Autofilename

Quick help you write the path in the file overall is good.

    • Autoprefixer

This plugin mainly applies CSS browser compatible writing, automatically analyze your CSS file, parse out the new CSS file, you can configure the browser you want to be compatible, but this plugin to install Nodejs

    • Brackethighlighter

Profile highlighting settings, so that your code has a different color to distinguish the plug-in provides pairing tags, or curly braces or character quotes paired highlighting, is the system highlighting the enhanced bar.

    • Bufferscroll

With multiple open files, you can easily write a file in multiple locations.

    • CSS Format

CSS serialization plug-in, support the default multiple sequence scheme, you can also configure their own favorite.

    • Docblockr

Docblocker is the development of an auto-complete annotation plugin on the sublime platform that supports JavaScript (including ES6), PHP, ActionScript, Haxe, Coffeescript, TypeScript, Java, Apex, Groovy, Objective C, C, C + + and Rust. and many other languages. (using method/** carriage return)

    • Emmet

Emmet's predecessor is the famous Zen coding, if you are engaged in web front-end development, the plugin must not be unfamiliar. It uses the syntax of the faux CSS selector to generate code, greatly improving the speed of HTML/CSS code writing.

    • Html-css-js prettify

All-round serialization.

    • JavaScript completions

JS most basic API quick check Fragment

    • Jsformat

JS serialization, can be ranked in the top 25 download plug-ins, good words, needless to say.

    • Tag

Html/xml label indentation, completion, and validation

  Set your own custom shortcut keys

Set HTML to open in the browser

Open Preferences-"key bindings-user", add this line:
{"Keys": ["Ctrl+b"], "command": "Open_in_browser"}
Save after pressing ctrl+b is equivalent to right button-open in browser, you can also switch to your favorite shortcut, as long as the [] inside of the Ctrl+b for your favorite shortcut key can be

Life is not easy, and live and cherish!

--------------------------------------------------------------------------------------------------------------- -----------------------------------------

2018/10/16 22:18

Sublime3 Common plug-ins summary

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.