Intellisense seems to be failing in my Visual Studio 2008.
If I write “using System.c” then I get the suggestions such as Collections, etc.
But other than that it’s not doing anything.
no key words detected, no class/variable detected, etc.
Tools-Options-Text Editor-All Languages-Statement Completion is checked on.
Any idea?
Thanks.
Start Visual Studio in safemode (DevEnv.exe /SafeMode) and see if the problem persists. If it does, the most probable cause is a malfunctioning plugin/extension. Try then to disable/re-enable them one by one to find the culprit.