vb.net 1.1 code not formating until I compile

  • Thread starter Thread starter moondaddy
  • Start date Start date
M

moondaddy

I'm writing a winforms app in vb.net 1.1 and today my project started
behaving strange. I'm not sure what the term to use is, but the code
doesn't auto-format as I type. In other words, when I type letters in the
wrong case, they don't automatically convert to the correct case. the code
also doesn't do its auto-indent until I re-build the project. this is very
annoying. is there a switch that got turned off?

How can I get this back to normal?

Thanks.
 
moondaddy said:
I'm writing a winforms app in vb.net 1.1 and today my project started
behaving strange. I'm not sure what the term to use is, but the code
doesn't auto-format as I type. In other words, when I type letters in the
wrong case, they don't automatically convert to the correct case. the
code also doesn't do its auto-indent until I re-build the project. this
is very annoying. is there a switch that got turned off?

Does this only occur in a certain project or in all VB.NET projects? If the
problem occurs in all projects, check the "Tools" -> "Options..." -> "Text
Editor" -> "Basic" settings.
 

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

Back
Top