Problems with IDE - no intellisense, no undo, and no code completion

D

D Witherspoon

Sometimes if I build the app I will get intellisense, undo, and code
completion (automatic completion of if stataments etc), but after a few
lines of code this stops.

I lose any code completion
I lose all automatic code indentation
I loose intellisense
If there are errors (squiqqly lines under the code) and I fix them, the blue
squiggly line still appears until I rebuid.
Rebuild fixes the formatting too.

Anyonw know why this is happening and how to fix it. I have re-installed
VS.NET and it still happens.

I am using VB.NET and mostly Windows and Web Services projects.

In options/preferences, intellisense, code completion, indenting is all
enabled.

Has anyone seen this or know of a solution?

System is XP Pro SP2, VS.NET 2003 Ent Arch.
 
D

D Witherspoon

Also,

When I try and use the undo command.

I get an error:

"Unknown undo/redo error"

Please help !
 
S

supra

same happened to me. but what i did it reboot again or sometimes it will goes away few days.
 
D

David Levine

Don't know if it'll help your problem but this works for me when
Intellisense stops working. Try closing the IDE, deleting the .projdata
files (usually in the <project>\obj subdirectery), and then reopen the IDE.
Apparently when these become corrupt Intellisense stops working. If the file
is missing the IDE automatically rebuilds it.
 

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