Intellisence not auto show?

some day ago,i install a Resharper!but my memory is too small to run it!

so i uninstall it. after that,I found the Intellisence is not work normal!

the Intellisence can't auto show the box!

but i enter the shortcut ctril+K and ctrl+L,the Intellisence box will appear!

but this is too complex to write code!I don't know what' wrong!

Is there someone can help me Thank you very much!

--sorry for my poor english




Answer this question

Intellisence not auto show?

  • Torg0

    These steps work well for c++. Just leave off the csharp in the last command option:

    At the prompt:

    devenv /setup

    followed by

    devenv /resetuserdata

    followed by devenv /resetsettings


    I just used this on my vs2005 pro installation an it worked well.



  • ssPhilip Jeffery

    You can try the following

    Go to C:\Program Files\Microsoft Visual Studio 8\Common7\IDE and run devenv /setup followed by devenv /resetuserdata followed by devenv /resetsettings CSharp.
    [ from http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=412559&SiteID=1 ]

    this will reset all the settings for C# in VS 2005.

    Regards,
    Saurabh Nandu
    www.AksTech.com



  • Nancy Hidy Wilson

    Thank you~!

    your answer is very useful!



  • Intellisence not auto show?