openstyles/stylus

Editor - Change the auto completion of !important to !important; (with ; at the end)

Closed this issue · 2 comments

As said, change auto completion of !important to !important; (with ; at the end),
should be a little time saver and can improve our edit.

Maybe their is a way to change it our self ?

Also requested in:

[Feature Request] Extend editor with buttons for auto !important / go to the line / Comment or uncomment etc...

tophf commented

I disagree because autocomplete in all editors traditionally works by words/tokens.

tophf commented

You can use an external program like AutoHotKey to implement this feature e.g.:

setTitleMatchMode regex
setKeyDelay -1
#ifWinActive - Stylus (- Google Chrome|— Mozilla Firefox)$
  !::sendRaw !important;
#ifWinActive