How to install package control for Sublime Text 3, and recommend plugins.
OS: Mac
How to install package control for Sublime Text 3, and recommend plugins.
OS: Mac
Emmet is a plugin for many popular text editors which greatly improves HTML & CSS workflow
This plugin provides a great deal more choices when right clicking on a file in the sidebar. The ability to open, find, copy and paste, and more are all provided.
DocBlockr is a package for Sublime Text 2 & 3 which makes writing documentation a breeze.
Just type in /** above your function and press tab. Watch the magic as DocBlockr takes the function name and variables and creates your doc block.
JSHint, is a tool that helps to detect errors and potential problems in your JavaScript code.
JsMinifier - Sublime Text plugin for javascript minification using Google Closure compiler.
JsFormat is a javascript formatting plugin for Sublime Text 2. It uses the command-line/python-module javascript formatter from http://jsbeautifier.org/ to format whole js or json files, or the selected portion(s).
A framework for interactive code linting in the Sublime Text 3 editor.
Dead-simple alignment of multi-line selections and multiple selections for Sublime Text 2.
An alignment plugin for Sublime Text 2/3 -- ST version of the excellent VIM plugin, tabular.
Git helps you interact with your Git repo. It has support for all sorts of things like init, push, pull, branch, stash, and more.
Full-featured Git integration for Sublime Text 2 and 3.
€ 10 / User
This is a small, but useful plugin that will tell you what lines have changed since your last Git commit. An indicator will show in the gutter next to the line numbers.
This plugin allows you to pull your Gists and insert them into your file. This is helpful when you have a Gist to start an HTML file or any other reusable code you have.
To Use: Open up the command palette and type gist. You can also use the shortcuts that are shown.
Have the ability to change colors with a colorpicker on the fly.
View In Browser is a Sublime Text plugin that will open whatever is in your current view/tab.
A plugin to search on Stack Overflow.
This is a Sublime Text plugin allowing you to easily search the DevDocs documentation.
The plugin code is based on the Stackoverflow Plugin script by Eric Martel.
Highlight lines changed since the last commit (supports Git, SVN, Bazaar, Mercurial and TFS) / ST2(3) plugin
Package Control installation
ctrl+`or View -> Show Console from menuInstall plugin
Vim Mode
settings userto find itemPreferences: Settings - User, then press enter. Or simple pressCommand + ,; Update its content by adding below codes:"""
{
"ignored_packages" : []
}
"""
Distraction Free Mode