better IntelliSense in ASPX files
ie. suggestion of values for ControlToValidate attribute
2
votes
2 comments
-
haken
commented
also include IntellisenseSupport for .skin files
-
Should also include IntelliSense support in data-binding & response writing expressions in HTML and server control attributes, e.g.:
<div class="<%= GenerateClassName() %>">Hello World!</div>