This plugin adds Framer.js autocompletion for:
- The Framer docs (both for framer 2 and 3)
- Your exported views in the PSD object
##Installation
- Place in
~/Library/Application Support/Sublime Text 2/Packages/SublimeCompletionFramerjs
##User specific settings
To make user specific settings, copy the contents of FramerCompletion.sublime-settings and open Sublime Text 2. Go to: Sublime Text 2 > Preferences > Package Settings > Framer Completion > Settings - User
and paste the contents there.
###dotNotation
Change to true
if you want to use dot notation for the PSD autocomplete
Set to false
if you prefer bracket notation.