Code Editing problem in Visual Studio?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was was working in Visual Studio 2003 and my code editor stopped doing
automated tasks such as completing typed variable, methods, classes. It
stoped underlining errors and is not sutomatiaclly formating the code. Along
withi this is also stoped showing method and attibut options in drop down
lists. I was wondering if there is some setting or somehting within Visual
Studio to turn these features back on?

Thanks!
 
This is almost always a problem with an error in an Enum or class
declaration that is not correct. Fix that, and your auto complete will
return -- turn on warnings/errors and that should help you find the source.

Rob
 
Back
Top