I've just installed Visual Studio 2010, but I cant seem to manage to get intellisense working to suggest classes.
+1
A:
Short answer is yes, intellisense for CSS does work in ASP.net 2010, so if it's not for you then you have an install or configuration problem.
James Gaunt
2010-08-18 18:02:32
A:
Create a simple .aspx webform, drag and drop from the solution explorer the .css file. Go to source view and write something like this:
<span class="
then normally you should get intellisense. Same goes for the CssClass properties for server controls.
If you however try to include your .css file in a dynamic way by code then you could end up not getting intellisense.
XIII
2010-08-18 18:20:40
That was quick! thanks
Stefan Debattista
2010-08-18 20:25:03
@ Stefan Debattista You could also mark it.
XIII
2010-08-19 04:28:05