vote up 1 vote down star

Lately, bringing the help window from Visual Studio is taking a long time.

Even updating the help system takes an awful long time.

Is there something broken with my installation?

flag

4 Answers

vote up 6 vote down check

No, there's something broken in Visual Studio Help. It just sucks.

Once you've opened it, keep it open, so it doesn't have to reload. Or just don't use it, and look everything up online.

link|flag
It really is sad that the integrated help is pretty much unusable. One of the things I really loved about VB6 and the first IDEs for .net was how fast and relevant help was. You could hit F1 and see something useful in a flash. Now, if you can stand to wait for it to load, F1 shows you something from an obscure specialty library instead of what you want. How do they screw it up so badly? – JohnOpincar May 12 at 12:43
vote up 0 vote down

Because Visual Studio is a monster.

link|flag
vote up 0 vote down

Hard to tell without more information. Did you install any addons lately? When I installed Resharper once, my Visual Studio became terribly slow. It could be something like this.

Or maybe, you have a very large solution open? (e.g one with many, many projects). This also slows Visual Studio down.

link|flag
vote up 1 vote down

Perhaps it is trying to do more than you need it to do? By default it searches on line help as well as local information.

I went in to Tools, Options and disabled every on line option and it comes up instantly.

In my particular case, 99% of the time I'm just looking for syntax clarification or looking up class members. So the local help is what I need.

If I want to search MSN or Code Guru or something I can either re-enable it temporarily in the help or Google it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.