vote up 2 vote down star

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.

flag

50% accept rate

2 Answers

vote up 2 vote down

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|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

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