When the code changes, VS2005 will update IntelliSense. (IntelliSense, Code hints, associations, and the like) if the project is large, the IDE will suspend animation when it is updated, and the phenomenon is to show "Updating IntelliSense" in the lower left corner, and then the VS2005 process in Task Manager is not responding, so it will be ready in a moment. Sometimes it reaches 20 minutes, showing that Intellisense is being processed, and that it is very time-consuming to work. Since I don't know the cause of this problem, I'm going to go to Intellisense.
In the C + + development environment, you can turn off Intellisense by renaming the associated DLL file, and C # has no corresponding DLL file, and only a few related settings are set in the option-> text editor->c#.
1. IntelliSense option to deselect "IntelliSense pre-select recently used members".
2. General Options, deselect the two check boxes under end of statement
If the 1th step has been able to solve the problem, you do not have to set the 2nd step, after all, Intellisense still has a lot of help, limited It is also the last resort.