up vote 4 down vote favorite
2
share [g+] share [fb]

the vs 2008 intellisense doesn't work if i use it inside html attribute. example

<form method="post" action="<%= Url.Action %>"

while i'm typing Url.Action the code hint doesn't work, instead it gave me options of files that can be used for the "action" value.

Is it normal that the intellisense doesn't work inside html attribute? or am'i missing something to fix this bug.

link|improve this question

62% accept rate
Another reason to get ReSharper! – Piotr Owsiak Sep 30 '10 at 15:49
feedback

2 Answers

I think it's just that way for now. I have the same 'issue' but got used to it.

Tip: If I need Intellisense, I just create a separate <% %> bracket somewhere else temporarily (where Intellisense will work), write the code I need, and then copy it to where I need it.

link|improve this answer
feedback

I just installed Visual Studio 2010 Beta 1 and it doesn't work in this version either. I really hope they fix this before the final release.

Edit: I just installed Visual Studio 2010 Beta 2 and it still doesn't work.

link|improve this answer
Thanks for the update, really disappointed to hear its not in 2010 either :( – Jason Jan 6 '10 at 18:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.