Question:

How can you make the Intellisense in Visual Basic better?

by  |  earlier

0 LIKES UnLike

I am used to using Visual C#, and it has a great Intellisense feature. If you have an object named Textbox1, if you just type the letters Te, it will show everything beginning with Te, and if you keep spelling out you will find Textbox1. Then you can hit the "." and select Text for the text property. Well, in Visual Basic, you have to type out Textbox1 yourself, then once you hit "." Intellisense will give you the list of properties.

How can you make it so that Intellisense will activate once a single letter is typed, like it does in C#, and not just for properties? Its much easier that way because you don't need to remember the name of everything with that feature, but in Basic it doesn't have that, so you have to know the name and type it out completely. You would have to have tried Visual Basic and C# before to really understand what I'm trying to say/ask.

 Tags:

   Report

1 ANSWERS


  1. Type Me.  and that will give you all the options you need.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.