Maushundb / quick-editor

This repo has been DEPRECATED. Please use https://atom.io/packages/code-peek
MIT License
25 stars 6 forks source link

Quick Editor

Build Status

Quickly select and edit CSS/LESS/SCSS styles from the context of your markup instead of cluttering up your coding environment with extra panes. Inspired by Brackets's quick edit feature.

Quick Edit Demo

Install

apm install quick-editor

Or search for quick-editor in Atom settings view.

Key Bindings

The default shift-cmd-e or shift-ctrl-ewill toggle quick-edit while the cursor is over a CSS id or class

This can be edited by defining a keybinding as follows

'.platform-darwin atom-text-editor':
  'shift-cmd-e': 'quick-editor:quick-edit'

'.platform-linux atom-text-editor, .platform-win32 atom-text-editor':
  'shift-ctrl-e': 'quick-editor:quick-edit'

Settings

Styles Directory

Specify an absolute path to your styles directory when working in a large project to improve performance.

Release Notes:

0.4.1

0.4.0

0.3.0

Full change log here

Coming Soon: