Does the Visual Studio have a feature to complete language statments?
ie. if, switch, for, ...
Or, is there an editor that you can recommend?
Thanks
Elena Arzac [msft] - 31 Mar 2005 19:50 GMT
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
--------------------
>>>Thread-Topic: Statement Completion
>>>thread-index: AcU1X0tyeK1jUAaLSXylvQAA71Cbag==
[quoted text clipped - 25 lines]
>>>
>>>Thanks