From e1d3ccad7320f0eaeb9396104313c3f781a07863 Mon Sep 17 00:00:00 2001
From: Jeff Booher Quick Edit for CSS and JavaScript
Cmd/Ctrl + E shortcut to open a quick inline editor that displays all the related CSS.
Make a tweak to your CSS, hit ESC and you're back to editing HTML, or just leave the
CSS rules open and they'll become part of your HTML editor. If you hit ESC outside of
- a quick inline editor, they'll all collapse.
+ a quick inline editor, they'll all collapse. Quick Edit will also find rules defined in LESS and
+ SCSS files, including nested rules.
- You can use the same shortcut to edit other things as well--like functions in JavaScript, - colors, and animation timing functions--and we're adding more and more all the time. + You can use the same shortcut to edit other things as well – like functions in JavaScript, + colors, and animation timing functions – and we're adding more and more all the time. +
+For now inline editors cannot be nested, so you can only use Quick Edit while the cursor is in a "full size" editor.