Support for auto-complete of CSS rules

Are you missing a feature? Request its implementation here.
FataL
Posts: 2
Joined: Wed Mar 21, 2007 9:16 pm
Location: Washington DC

Support for auto-complete of CSS rules

Post by FataL »

I miss auto-complete of CSS rules that have written inside XSL file (not separate stylesheet).
For example in these context:

Code: Select all

<style type="text/css">
background: ...
</style>

Code: Select all

<span style="background: ...">

Code: Select all

<xsl:attribute name="style">
background: ...
</xsl:attribute>
Regards,
Andrey Petrov