all groups > visual studio .net ide > march 2005 >
You're in the

visual studio .net ide

group:

Statement Completion


Statement Completion Steve
3/30/2005 11:33:05 AM
visual studio .net ide:
Does the Visual Studio have a feature to complete language statments?
ie. if, switch, for, ...

Or, is there an editor that you can recommend?

RE: Statement Completion elenaar NO[at]SPAM online.microsoft.com
3/31/2005 6:50:38 PM
Using Intellisense you can complete the statement pressing Enter or Space.
For example in the below statement if you press enter or space after str it
will be completed
Dim s as str
After enter it will be
Dim s as string

Elena Arzac
Microsoft Visual Basic
This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
[quoted text, click to view]
AddThis Social Bookmark Button