Amastaneh blog is a discussion site on software development, programming, algorithms, software architectures,software run-time errors and solutions from software engineers who love building great softwares.
November 11, 2007
Disable updating intellisense
If this feature make problem for you then you can follow these step(s) for stop it. About it: [link] About Problem(s): [link]
C#: Tools > Options > Text Editor > C#> uncheck "Intellisense pre-selects most recently used members" > OK Unmanaged VC: \ VC \ vcpackages \ feacp.dll
5 comments:
PS: for vc++ you can delete or rename feacp.dll on your local
This solution will work on Visual Studio 2008 too...
Visual C++: rename (or delete) Program Files\Microsoft Visual Studio 9.0\VC\vcpackages\feacp.dll
Visual C#: uncheck Tools > Options > Text Editor > C# > "Intellisense pre-selects most recently used members"
you are really a god. this comment helped me a lot.
Hara
genius...
Thank you so much
Post a Comment