Code Editing problem in Visual Studio?

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!
 
R

Rob R. Ainscough

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
 

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

Top