Capitalize First letter of keywords

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
 
H

Herfried K. Wagner [MVP]

* 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".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Capitalize keywords 1
Editor Capitalize statements 1
Pattern Property 4
Call a procedure 3
public variable not public 5
debug.write 4
Can't show form in class Library module 2
An Unhandled Exception 9

Top