jlukic / FED-Sublime-Settings

FED Sublime Packages

Repository from Github https://github.comjlukic/FED-Sublime-SettingsRepository from Github https://github.comjlukic/FED-Sublime-Settings

FED-Sublime-Settings

What You Get

Default Settings

  • 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)

Added Shorcuts

  • Ctrl + U - Uppercase current selection
  • Ctrl + I - Reindent entire file
  • Ctrl + T - New file/tab
  • Ctrl + Space - Delete trailing spaces
  • Ctrl + Left - Change to left column and resize
  • Ctrl + Right - Change to right column and resize
  • Ctrl + (Cmd / Alt) + Right - Goto next html/css rule matching highlighted html/css
  • Ctrl + (Cmd / Alt) + Left - Go to previous html/css rule matching highlighted html/css
  • Ctrl + (Cmd / Alt) + A - Align currently selected variables
  • Ctrl + (Cmd / Alt) + C - Sort selected CSS rule
  • Ctrl + (Cmd / Alt) + ? - Search Stack Overflow
  • Ctrl + (Cmd / Alt) + p - Open FTP browser
  • Ctrl + (Cmd / Alt) + W - Close idle tabs

Useful Default Shortcuts

  • Ctrl + / - Change line to comment
  • Ctrl + D - Select next instance of text
  • (Cmd / Alt) + F3 - Select all instances of text
  • Ctrl+ p - Search project
  • Ctrl+ r - Search for definition in current file
  • Ctrl+ shift + p Execute command
  • Ctrl + shift + f Find all

##Installing

1. Install Packages

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

2. Install dependencies

3. Setup JSHint and CSSLint Settings (Optional)

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

4. Setup FTP Sync (Optional)

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

5. Modify CSS Sort Order (Optional)

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

Packages

Themes

  • Phoenix: Complete Sublime Text theme
  • Zenburn: Code highlighting theme
  • Tomorrow: Code highlighting theme
  • Soda: Code highlighting theme

General

Javascript

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

About

FED Sublime Packages


Languages

Language:Python 79.0%Language:JavaScript 17.7%Language:Perl 1.5%Language:PHP 0.9%Language:CSS 0.4%Language:CoffeeScript 0.2%Language:Erlang 0.1%Language:Racket 0.1%Language:Shell 0.1%