FIXED? [16.25b1] Code completion inside HTML style=""

Post bug reports when testing beta versions here.
Post Reply
User avatar
pjj
Posts: 2236
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

FIXED? [16.25b1] Code completion inside HTML style=""

Post by pjj »

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?
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
User avatar
Rickard Johansson
Site Admin
Posts: 6783
Joined: 19 Jul 2006 14:29

Re: [16.25b1] Code completion inside HTML style=""

Post by Rickard Johansson »

Fixed 1 and 2. I'll consider 3 in a later version.

Made several changes and fixed auto completion inside style sections and inside style="" attributes.

In beta 2:

Code: Select all

    align-self[TAB]
insert
    align-self: |  
and opens the auto completion list.
Post Reply