- 2 Space Tabs
- UNIX File Endings
- Remove extra whitespace on save
- Sort CSS rules on save
- Phoenix Theme
- Monokai Soda Colors
- Additional themes and colors available (see below)
- Code highlighting for LESS/Coffeescript
- Inline javascript and CSS linting
- Additional features (see package list)
Ctrl + U
- Uppercase current selectionCtrl + I
- Reindent entire fileCtrl + T
- New file/tabCtrl + Space
- Delete trailing spacesCtrl + Left
- Change to left column and resizeCtrl + Right
- Change to right column and resizeCtrl + (Cmd / Alt) + Right
- Goto next html/css rule matching highlighted html/cssCtrl + (Cmd / Alt) + Left
- Go to previous html/css rule matching highlighted html/cssCtrl + (Cmd / Alt) + A
- Align currently selected variablesCtrl + (Cmd / Alt) + C
- Sort selected CSS ruleCtrl + (Cmd / Alt) + ?
- Search Stack OverflowCtrl + (Cmd / Alt) + p
- Open FTP browserCtrl + (Cmd / Alt) + W
- Close idle tabs
Ctrl + /
- Change line to commentCtrl + D
- Select next instance of text(Cmd / Alt) + F3
- Select all instances of textCtrl+ p
- Search projectCtrl+ r
- Search for definition in current fileCtrl+ shift + p
Execute commandCtrl + shift + f
Find all
##Installing
Copy this repo's content to
#####Windows
C:\Users\YOURNAME\AppData\Roaming\Sublime Text 2\Packages
#####Mac
/Users/{user}/Library/Application Support/Sublime Text 2/Packages
- If you would like to use git commands install git
- If you want to use jshint linting install node and npm then install jshint. Make sure your node path is correct in SublimeLint settings
After setting up Sublime Lint you may want to modify the strictness of the linting.
To do this open Preferences -> Package Settings -> SublimeLint --> Settings - User
and look for the object specifying linting settings. For more information on setting this up check out the documentation for JSHint settings and CSSLint Settings
If you would like to have your files sync on save, hit ctrl+option+shift+p
or ctrl+alt+shift+p
and use the menu to add a new ftp server.
Then in the root of your project file add a sftp-config.json
file. More information
By default CSS rules are ordered from outside in (Display, Margin, Box, Background, Font, Vendor) using a custom rule set.
To change the CSS sort order modify the order listed in Preferences -> Package Settings -> CSSCOmb --> Sort Order - User
Themes
- Phoenix: Complete Sublime Text theme
- Zenburn: Code highlighting theme
- Tomorrow: Code highlighting theme
- Soda: Code highlighting theme
General
- Git: Adds shortcuts for git commands from command prompt
- Package Control: Install and remove sublime text packages
- Tidy Tabs: Shortcuts to close tabs that have not been open recently
- Alignment: Aligns variables on colons or =
- Function Name Display: Shows current function name in status bar
- SublimeCodeIntel: Intelligent autocomplete based on your codebase
- Split Screen Resizer: Shortcuts to change between tabs and resize to ratio of screen
- Toggle Quotes: Toggle between single and double quotes more easily
- SFTP: (Trial) Allows (S)FTP sync on save
- Search Stackoverflow: Shortcut to search stackoverflow directly from sublime
Javascript
- SublimeLinter: Alerts to javascript errors on save
- Coffee Formatter: Code highlighting for Coffeescript
CSS & HTML
- LESS: Code highlighting for LESS CSS
- Goto CSS Declaration: Automatically move to CSS definition from highlighted html
- CSSComb: Formats rules in specified order
- Prefixr: Adds vendor prefixes to current css rule