Sublime

FunctionsUse or InstallationCommand (Mac)Command (Windows)Type
Kickstart: Install Sublime Package Control - For hassle-free sublime plugin installation The simplest method of installation is through the Sublime Text console. The console is accessed via the ctrl+` shortcut or the View > Show Console menu.plugins
publish HTML in browserOn Sublime, go to tools > Build system > build new system

Copy the following line and paste it there. ( Remove the existing lines)
{ “cmd”: [“open”, “-a”, “Google Chrome”, “$file”] }

Save as chrome.sublime-build in User folder.

Change the setting again at tools > build system > and tick chrome

Go back to your HTML file and hits the CMD + B
For Windows Machines following the same instructions except use the command : { "cmd": ["PATH_TO_YOUR_CHROME" "$file"] }

You can run it by pressing CTRL-B.
default
Diff checkerctrl + shift + p > :install package > type diff pluginsplugins
Install plugin via Package control: Install packagectrl + shift + p > install package > type 'plugin name'cmd + shift + pctrl + shift + pdefault
Check linectrl + G ( mac/windows)ctrl + Gctrl + Gdefault
Comment shortcutctrl + /ctrl + /ctrl + /default
PlainTasks - todo-listctrl + shift + p > install package > PlainTasksctrl + shift + pplugins
Remove pluginPreferences > Package Control.
> Remove Package >
Type 'plugin name' - select it from the list of installed packages >
Wait for the installation to complete.
default
Vue Syntax Highlightctrl + shift + p > install package > Vue Syntax Highlightcmd + shift + pctrl + shift + pplugins
Syntax Highlighting for Sassctrl + shift + p > install package > Syntax Highlighting for Sasscmd + shift + pctrl + shift + pplugins
PackageResourceViewer - Plugin to assist viewing and editing package resources in Sublime Text 2 and Sublime Text 3.ctrl + shift + p > install package > PackageResourceViewercmd + shift + pctrl + shift + pplugins
AllAutocomplete - Extends the default autocomplete to find matches in all open files.ctrl + shift + p > install package > AllAutocompletecmd + shift + pctrl + shift + pplugins
SublimeLinter - write clean & bug-free codectrl + shift + p > install package > SublimeLintercmd + shift + pctrl + shift + pplugins, framework
TypeScript - The plugin uses an IO wrapper around the TypeScript language services to provide an enhanced Sublime Text experience when working with TypeScript code.ctrl + shift + p > install package > TypeScriptcmd + shift + pctrl + shift + pplugins
sublime-text-git - Git integration with Sublimectrl + shift + p > install package > sublime-text-gitcmd + shift + pctrl + shift + pplugins