The offline help experience in previous versions of VS is extremely valuable for two main reasons: 1) it allows me as a developer to very QUICKLY find what I'm looking for and 2) it can be explored/browsed in a very discoverable way.Conversely, the offline help experience in VS2010 is very poor. After giving it some real usage time to give it a chance to grow on me, I think I've figured out the main reasons why I feel it is so severely inadequate.1. The TOC is broken in several ways:- It does not retain its state and position between navigations.- It displays the location only for the currently displayed page and it's path to the root node, which means it can not be independently explored without also moving between pages. This hampers discoverability, because there's no way to get an overview. It also slows navigation, because for each TOC node I want to explore, I have to navigate through content (in some cases several times) to even reach it.- It scrolls with the content which means I have to scroll to the top to navigate.- It cannot be resized, which means long topic titles are sometimes truncated.In my mind, you could fix this by implementing a frames based TOC, and employing some form of AJAX-based lazy loading when expanding nodes to avoid having to refresh the whole frame. This would allow it to be navigated and browsed quickly and irrespective of the content.2. There is no index. A key component of the previous offline help experience was the ability to do FAST incremental search. For example, start typing "NetTc" and without delay, you see all the entries for the NetTcpBinding class.3. The use of the browser and local web server means the whole help experience becomes generally SLOW. Having to do a full page postback for each content navigation is bad enough - having to also do a full postback on each TOC navigation is downright horrible!4. The use of paging (such as when displaying search results) means extra navigational clicks, and contributes to slowing down the whole workflow. Also, there is no discernible way to get back to the TOC from the seach results, except through navigating to one of the results.I strongly suggest you prioritize improvement of the offline help experience before the final release of VS2010. If you don't, you will make a lot of developers considerably less productive, myself included.Thanks!
Version Currently Used
Operating System Currently Used
Suggestion
Benefits
Other Benefits