Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • I would try and do a repair in Add/Remove programs and then reapply the latest cumulative update. Commented Jun 20, 2013 at 1:22
  • 1
    @Art that did nothing to reset the settings. Commented Jun 20, 2013 at 1:47
  • 1
    You can also try to open up a Visual Studio Command prompt and try the following command: devenv /ResetSettings and devenv /ResetSkipPkgs. Finally, you can try starting Visual Studio in safe mode and see if you get your intellisense back by doing: devenv /SafeMode from the command prompt. My guess is that if you still do not have intellisense in SafeMode, something is really screwed up and you will have to re-install Commented Jun 20, 2013 at 12:00
  • @Art While that did give me intillisense back it did not fully reset all the VS settings. Commented Jun 20, 2013 at 23:48
  • delete settings from visual studio 2012/settings folder in documents, at next launch it will build default for that particular user, would that be enough? Commented Oct 18, 2013 at 22:30