Page 1 of 1

Support for auto-complete of CSS rules

Posted: Wed Mar 21, 2007 9:51 pm
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