开发者

How to change the default Help browser for VS2010?

开发者 https://www.devze.com 2022-12-27 07:56 出处:网络
Visual Studio 2010 changed the help system to run a little daemon and launch the system default web browser 开发者_运维问答to view it.

Visual Studio 2010 changed the help system to run a little daemon and launch the system default web browser 开发者_运维问答to view it.

I'm using Firefox for my system browser but would like to use Chrome for VS help.

Is there an option to change the Help browser that I'm not seeing in Tools|Options? If not, is there a workaround or registry setting to do this?

As a backup I've been using H3Viewer but I'd like to be able to get context-sensitive F1 help from within the VS IDE.


Found it here. Minor registry edit required:

HKLM\Software\Microsoft\Help\v1.0
(REG_SZ) HelpViewerProgID=c:\program files\Helpware\H3Viewer\H3Viewer.exe

This is the same path for a 32 or 64 bit OS, by the way. I had originally edited the Wow6432Node version and it didn't work. Use the direct path above regardless of OS bit width. Also make sure to restart the help server in the tray (and probably VS2010) for it to "take".

0

精彩评论

暂无评论...
验证码 换一张
取 消