Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

navigate between f# and c# projects

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?

like image 313
Alex Avatar asked Oct 11 '22 03:10

Alex


1 Answers

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

like image 165
JaredPar Avatar answered Oct 21 '22 06:10

JaredPar