Capitalize First letter of keywords

  • Thread starter Thread starter Laurence Nuttall
  • Start date Start date
L

Laurence Nuttall

In vb 6 when I typed in if then
else
endif

vb 6 would automatically capitalize
the if then else and endif words,

..net does not

How can i get .net to capitalize keywords?

Thanks in Advance,

Laurence Nuttall
Programmer Analyst III
UCLA - Division of Continuing Education
 
* Laurence Nuttall said:
In vb 6 when I typed in if then
else
endif

vb 6 would automatically capitalize
the if then else and endif words,

.net does not

How can i get .net to capitalize keywords?

"Tools" -> "Options..." -> "Text Editor" -> "Basic" -> "VB Specific" ->
[X] "Automatical Structurizing and Indentation of Source Code".
 
Back
Top