Reputation: 2382
Is it possible to setup visual studio so that i can go to definition between c# and f# projects? does anybody know of any plans to make better integration for f# in visual studio?
Upvotes: 5
Views: 413
Reputation: 754665
This is not a supported operation in Visual Studio. In general Go To Definition, Find All References, etc ... does not work between projects of different languages. This is true for any combination of C++, C#, F# and VB.Net
If you want to tell Microsoft this is a feature you desire then please vote for this Microsoft Connect item
Upvotes: 4