webextensions / live-css-editor

Source code for Chrome/Edge/Firefox/Opera extension Magic CSS (Live editor for CSS, Less & Sass)
https://chromewebstore.google.com/detail/live-editor-for-css-less/ifhikkcafabcgolfjegfcgloomalapol
MIT License
276 stars 58 forks source link

Feature Requests #109

Open maxwellhibbert opened 1 year ago

maxwellhibbert commented 1 year ago

Thanks for your hard work putting this extension together. I've been using it heavily for the last week or so and it has been great overall. It's so nice to have a live editor with emmet and SCSS.

Here are a few feature requests (mostly for things I've been missing from vscode):

Keyboard shortcuts

webextensions commented 1 year ago

@maxwellhibbert Thank you for your feedback 🙂

Please find our comments/responses inline:

Feature requests:

Keyboard shortcuts:

maxwellhibbert commented 1 year ago

Thanks for the response. I get that quite a few of those requests aren't trivial ;)

Overscroll is just allowing to scroll past the bottom of the document. Not important.

The jump to matching bracket shortcut ctrl+m isn't working for me - does that work on your end?

Often to fix indentation I use shortcuts to quickly shift lines around. Pressing shift+tab will reduce the indentation no matter where your cursor is in the line, but I can't find a shortcut to increase the indentation without moving cursor to the start of the line and then tabbing. A beautify code shortcut would probably remove my need for this.

Find & Replace would probably be my biggest 'want' from the list, mostly for just getting around a long document easier.

webextensions commented 1 year ago

As and when we implement updates related to the points mentioned here, we will keep adding comments in this thread :+1: