Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 806 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 806 Bytes

SublimeCompletionFramerjs

This plugin adds Framer.js autocompletion for:

  1. The Framer docs (both for framer 2 and 3)
  2. Your exported views in the PSD object

View of autocomplete dropdown

##Installation

  1. 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.