I have used the sample F# Empty WPF project and pulled in Paul Bett's ReactiveUI project via Nuget. Normally when I press (shift-f2) on an identifier in C#/VB.Net it takes me to the object browser so I can explore the interface of the object. However two problems.
Initially ReactiveUI is not even available in the Object Browser. I had to go to the soution explorer and explicity click view in object browser on each reference and then they appeared in the object browser. Perhapps this is intended for F# projects??
Second when I do have a symbol in my F# code, say an instance of ReactiveObject and do (shift-f2) I get an error cannot navigate to definition. Source code not available.
So my question is how can I solve the two above problems, the second being the most important.