Editor - Change the auto completion of !important to !important; (with ; at the end)
Closed this issue · 2 comments
decembre commented
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:
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