Sublime
Functions | Use or Installation | Command (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 browser | On 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 checker | ctrl + shift + p > :install package > type diff plugins | plugins | ||
Install plugin via Package control: Install package | ctrl + shift + p > install package > type 'plugin name' | cmd + shift + p | ctrl + shift + p | default |
Check line | ctrl + G ( mac/windows) | ctrl + G | ctrl + G | default |
Comment shortcut | ctrl + / | ctrl + / | ctrl + / | default |
PlainTasks - todo-list | ctrl + shift + p > install package > PlainTasks | ctrl + shift + p | plugins | |
Remove plugin | Preferences > Package Control. > Remove Package > Type 'plugin name' - select it from the list of installed packages > Wait for the installation to complete. | default | ||
Vue Syntax Highlight | ctrl + shift + p > install package > Vue Syntax Highlight | cmd + shift + p | ctrl + shift + p | plugins |
Syntax Highlighting for Sass | ctrl + shift + p > install package > Syntax Highlighting for Sass | cmd + shift + p | ctrl + shift + p | plugins |
PackageResourceViewer - Plugin to assist viewing and editing package resources in Sublime Text 2 and Sublime Text 3. | ctrl + shift + p > install package > PackageResourceViewer | cmd + shift + p | ctrl + shift + p | plugins |
AllAutocomplete - Extends the default autocomplete to find matches in all open files. | ctrl + shift + p > install package > AllAutocomplete | cmd + shift + p | ctrl + shift + p | plugins |
SublimeLinter - write clean & bug-free code | ctrl + shift + p > install package > SublimeLinter | cmd + shift + p | ctrl + shift + p | plugins, 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 > TypeScript | cmd + shift + p | ctrl + shift + p | plugins |
sublime-text-git - Git integration with Sublime | ctrl + shift + p > install package > sublime-text-git | cmd + shift + p | ctrl + shift + p | plugins |