Intellisense is dead.
My VB.NET intellisense has chosen to quit on me and I can't seem to get it working again. I've checked my C# IDE and it works OK there.
I've tried checking the options as per this thread:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1801082&SiteID=1
but it has made no difference. To make double sure it wasn't a code issue, I created a new console app with no code other then the default. In the Main() method I type
Dim myUserNameVariable As String
If I then type 'myUser' and do Ctrl-Space, nothing happens. In the past it used to list the variable name with no problems.
What other reasons could there be for causing the intellisense to go a bit AWOL?
Thanks for your time.
Jas.

