This is a migrated thread and some comments may be shown as answers.

VB.NET Intellisense

1 Answer 67 Views
Miscellaneous
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 26 Sep 2006, 05:47 PM
When I code in C#, lets say I'm doing something simple:

string bob = "asdf"

bo

Right at that point when I'm typing "bo" then an intellisense window will pop down and suggest "bob" It's sweet.  Unfortunately, in VB.NET, this won't happen. 

dim bob as string = "asdf"

bo

It sits there.... does nothing.  If I press "CTRL-SPACE" and then start typing bob THEN it will work.  Since I don't feel like developing arthritis anytime soon I was wondering if there was a way to make VB.NET work just like C# in this way so I dont have to keep pressing CTRL-SPACE.

Thanks,

Robert

1 Answer, 1 is accepted

Sort by
0
Mostafa Anoosheh
Top achievements
Rank 1
answered on 20 Jun 2007, 08:28 AM
Hello Robert,
You will find this useful JetBrains Resharper 3.0 

Best regards
Mostafa Anoosheh
Tags
Miscellaneous
Asked by
Robert
Top achievements
Rank 1
Answers by
Mostafa Anoosheh
Top achievements
Rank 1
Share this question
or