Reproduced in: http://www.itxuexiwang.com/a/liunxjishu/2016/0228/177.html?1456925631
Sublime text as a well-known code editor, its advantages do not need to repeat. The interface is neat and beautiful, the text is powerful, and runs extremely fast, it is very suitable for writing code, writing articles to take notes. Sublime text also supports Mac, Windows, and Linux platforms for user-friendly use. A wide variety of powerful plug-ins give sublime Text 3 the icing on the cake. After downloading the package control, you can quickly open the plugin path.
1.
Soda Theme
Sublime Text 3 more commonly used in a custom editor theme, the people who used to say yes. Soda theme contains code coloring, labels, and icons, with light and dark two color themes that make it easy for users to use at different time periods.
github:https://github.com/buymeasoda/soda-theme/
2, Sublime apicloud Plugins
Sublime Apicloud Plugins is a set of open source Sublime text extensions that Apicloud provides to developers, including: Application management, application framework, page templates, code hints, code management, widget packaging, real-machine synchronization, log output, Manage custom Apploader functions, and other functional plugins are also increasing, these plugins have been successfully included in the package control, developers can directly download the installation in sublime Text3, all plugins are open source, Developers can also expand their own plugins based on demand.
Plugin Download: http://www.apicloud.com/devtools
#p # pagination Title #e#
3.
ColorPicker
When editing CSS styles, the ColorPicker palette not only allows you to view the color values, but also makes it easy to adjust the color. ColorPicker is also a dual-selection color feature that allows you to select colors from the palette to use in your document, or to quickly locate a color value in a document in a palette.
Plugin Download: Https://github.com/weslly/ColorPicker
4.
Emmet
Emmet (formerly Zen Coding) is an indispensable plugin for front-end development, which makes it easy to write HTML and CSS code, saving a lot of time. Emmet enables developers to write code in an abbreviated form, and then extend the code to the full style automatically with the extension feature.
As early as 2009, Zen coding as a revolutionary HTML and CSS code-editing plugin once it came out, until now it has helped countless developers to reduce their time, making it easy and interesting to write code. Now, Emmet has surpassed Zen coding to reach a higher level, and the functionality of universality will bring convenience to more developers.
Plugin Download: https://github.com/sergeche/emmet-sublime
5.
Sublimecodeintel
Sublimecodeintel is a code hint and complement plugin that supports JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, Python3, XML, Sass, XSLT, All languages such as Django, HTML5, Perl, CSS, Twig, less, Smarty, node. js, Tcl, Templatetoolkit, and PHP are a better extension of the Sublime Text-based code hinting feature. The code hinting feature can only prompt the system code, and Sublimecodeintel can prompt the user to customize the code. Sublimecodeintel supports the ability to jump to variables, function definitions, and automatic completion of functions, it is very convenient.
Plugin Download: https://github.com/SublimeCodeIntel/SublimeCodeIntel#p# pagination title #e#
6, Filediffs
The Filediffs plugin allows developers to compare the differences between two different files, including the current file, another file, the code in the Clipboard, or even a file that is not saved.
Plugin Download: https://github.com/colinta/SublimeFileDiffs
7, Sublimelinter
Sublimelinter is a handful of code-checking plugins that work in sublime text 3, Sublimelinter supports more than 10 development languages such as JavaScript, CSS, HTML, Java, PHP, Python, Ruby, and more. But the premise is that you need to configure the appropriate language environment, to check the JavaScript code needs to install node. js, check the PHP code to install PHP and configure the environment. Sublimelinter can prompt you to write code that is not standardized and wrong, and to develop our good coding habits and style.
Plugin Download: https://github.com/SublimeLinter/SublimeLinter/tree/sublime-text-3
8.
Alignment
The Aligment plugin lets developers automatically align code, including PHP, CSS, and JavaScript languages. Makes the code look more uncluttered and more readable.
Plugin Download: https://github.com/wbond/sublime_alignment#p# pagination title #e#
Sublime Text 3 plug-in kind of complex, powerful, the above is the developers most commonly used 8 big plug-in, I hope to give you developers to save time to choose the plug-in, provide the efficiency of writing code.
Read more sublime text :
Ubuntu Installation Code Editor Sublime Text 3 (Build 3083) http://www.linuxidc.com/Linux/2015-03/115534.htm
Dynamic diagram Show 16 sublime text shortcut usage http://www.linuxidc.com/Linux/2014-12/110930.htm
Ubuntu 12.10 Installation hack sublime Text 2 http://www.linuxidc.com/Linux/2013-07/86898.htm
Ubuntu 13.04 Installation Sublime Text 2 http://www.linuxidc.com/Linux/2013-05/84228.htm
Encoding Artifact--sublime Text package management tools and extensions http://www.linuxidc.com/Linux/2013-10/91701.htm
How to develop Sublime Text 2 plug-in http://www.linuxidc.com/Linux/2013-09/90046.htm
Install under Windows Mac Linux and crack sublime Text 2 editor http://www.linuxidc.com/Linux/2013-08/89452.htm
8 Sublime Text 3 plugins most commonly used by developers