1) Code completion seems to be broken on multi line. On a new line, inside
style quotes, I got autocomplete with entries like accesskey, class, contenteditable and probably Angular directives, starting with ng-. I mean a situation like this
Code: Select all
<p style="color: red; font-size: 2rem; font-variant: italic;
(here be caret)
">foo</p>
2) And not bug
per se, but rather feature request: could you make Tab key work as in <style> section? i.e. insert
colon-space-semicolon sequence?
...3) And if so, how about (disclaimer: I think that inline styling should be avoided altogether! but since you've accepted this FR...) proper CSS highlighting? Maybe this is a low-hanging fruit?