views:

173

answers:

3

I have installed the May 2009 CTP. And I would like to read F# language reference offline, instead of having to visit msdn.microsoft.com. How can I do that?

(Also, I noticed in early releases of F# you could right click a keyword and then select from menu 'Go to Definition' and VS would show some source code. I cannot do that anymore, why?)

UPDATE THe following is a reply I got in a F# forum from the Technical Writer for F#

View the complete topic at: http://cs.hubfs.net/forums/thread/11238.aspx

*Posted By: gordonh in General Discussions on F# Subject: Re: VS 2008 and F# and MSDN Library: how can I locally install F# language reference?


That's expected, since those docs only reflect what's in the packaged release of VS 2008 which did not include F#. For now you have only the online option in the Dev10 Beta1 docs (and the F# Library docs on the MSR site), but there is no local option for docs. This will change as we get Dev10 finished up and released. Dev10 will have local and online F# docs for the language and the core library. Gordon Hogenson, Technical Writer for F#*

+2  A: 

Not sure about how to view the reference offline, but the go to definition issue is a bug with the latest release. see here

Cipher
A: 

Why not just visit once and download it to your local machine? It's available it single page form at the following location and can just be saved locally

I believe there are PDF versions available as well but I can't seem to find them right now.

JaredPar
I don't think he means the spec, i think he wants the MSDN Reference offline.
Cipher
A: 

I don't think you can access the documentation offline. Documentation for the F# language on the MSDN website and even that is preliminary and will possibly change. I know you are referring specifically to VS2008, but you may wish to note that all documentation/help will be hosted online with VS2010. In other words, there will be no offline option for any of the .NET languages.

Ben Griswold
Your answer is the closest, but the final answer is in the UPDATE which is some info I got from the source itself. Anyway I am marking your answer as the accepted and make this post appear as ANSWERED.
dde
Great. I guess the closest counts in SO and HorseShoes. Thanks for following up with you own update. Good stuff.
Ben Griswold