CssTools icon indicating copy to clipboard operation
CssTools copied to clipboard

CSS Tools blocks displaying asp control property value list

Open hongz1 opened this issue 6 years ago • 1 comments

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?

hongz1 avatar Apr 30 '18 15:04 hongz1

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!

tgelser avatar Apr 27 '20 10:04 tgelser