When i use any of the other strongly typed HTML helpers after typing for example
Html.Actionlink<HomeController>(x=>x.
This pops up intellisense on the methods that the HomeController class has. However for the example above, this does not happen. Only after inserting the link text (second parameter) and going back to the lambda expression does the intellisense work.
Are other people experiencing these issues?
Update This issue is still in ASP.NET MVC RC