Visual Studio 2008: Where did Intellisense go?

Of course Intellisense is still there in Visual Studio 2008. If anything, it’s undergone several nice improvements.

For example, it has happened to me thousands of times and I bet it has happened to you too: you are writing code, the Intellisense window pops up. You appreciate that it’s there because you like how it helps you write code faster, but at that precise moment you’d really wish it would get out of the way so you could see the code that’s underneath.

Visible Intellisense window

Well, as of Visual Studio 2008, happiness is just one keystroke away. Just press Ctrl and the window will become semi-transparent.

Transparent Intellisense window

But well, this is not what this post is about. It’s about how Intellisense was not working properly on my installation of Visual Studio 2008 « Orcas » Beta 2 running on Vista and what I did to fix it.

What was happening was that, although the little Intellisense window that you see above was appearing, I couldn’t see the description of the method as shown below.

Method description

I didn’t really know how to fix it, but while reading around about Visual Studio 2008 I stumbled upon a post by ScottGu where I found the following command:

visual_studio_reset_settings

Notice how I executed the command in Administrator mode. Why? Because so did Scott, but I don’t really know if it’s necessary. All I know is that Visual Studio had its configuration reset, launched and Intellisense worked. I restarted in « normal user » mode and Intellisense still works. So there you have it. I’m off to enjoy VS 2008 now.

4 commentaires sur “Visual Studio 2008: Where did Intellisense go?

Votre commentaire

Entrez vos coordonnées ci-dessous ou cliquez sur une icône pour vous connecter:

Logo WordPress.com

Vous commentez à l’aide de votre compte WordPress.com. Déconnexion /  Changer )

Image Twitter

Vous commentez à l’aide de votre compte Twitter. Déconnexion /  Changer )

Photo Facebook

Vous commentez à l’aide de votre compte Facebook. Déconnexion /  Changer )

Connexion à %s

Ce site utilise Akismet pour réduire les indésirables. En savoir plus sur la façon dont les données de vos commentaires sont traitées.