CssTools
CssTools copied to clipboard
CSS Tools blocks displaying asp control property value list
Installed product versions
- Visual Studio: 2017 Community
- This extension: 1.1.21
Description
ASP control property values are not listed when ASP control is in HTML tag and the tag has STYLE attribute.
Steps to recreate
[NO ISSUE]
<div>
<asp:Label runat=
</div>
--> as soon as I typed "=" right after runat (or any control propery name)
--> the suggested control property values are listed as I expected.
[ISSUE]
<div style="color:red">
<asp:Label runat=
</div>
--> DIV has STYLE attribute and I typed "=" right after runat (or any control propery name)
--> the suggested control property values are not listed.
When I disabled this CSS Tools, the issue was gone.
Could you please fix this issue?
Same problem here, Visual Studio 2019 Community. "CSS Tools" stop intellisense showing property values. Guys, would be great if this could be fixed, thank you!