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.