T
Travis
Hi, I was a user of Visual C# for a while and have gotten used to the
Intellisense for that program. I went to try Visual Basic, and the
intellisense is so much different. I'll try to make an example:
Say I want to write: MessageBox.Show("Hi there")
In C#, once I type just a single "M," everything (objects, classes,
everything) that begins with M will appear in the intellisense list. Once
you get to "Mes" MessageBox will be selected and you can just hit "." to get
to the properties.
In Basic, you have to type out "MessageBox" completely, then typing "." will
bring up intellisense for the first time, showing the properties.
How can I make the intellisense so that its like how it was in C#? It was so
much easier that way because you didn't have to memorize the name of every
object you created, just the first couple letters.
Thanks
Intellisense for that program. I went to try Visual Basic, and the
intellisense is so much different. I'll try to make an example:
Say I want to write: MessageBox.Show("Hi there")
In C#, once I type just a single "M," everything (objects, classes,
everything) that begins with M will appear in the intellisense list. Once
you get to "Mes" MessageBox will be selected and you can just hit "." to get
to the properties.
In Basic, you have to type out "MessageBox" completely, then typing "." will
bring up intellisense for the first time, showing the properties.
How can I make the intellisense so that its like how it was in C#? It was so
much easier that way because you didn't have to memorize the name of every
object you created, just the first couple letters.
Thanks