dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.88k stars 783 forks source link

Find All References in multiple language solution #15006

Open smoothdeveloper opened 1 year ago

smoothdeveloper commented 1 year ago

The next version of VS2022 will ship first take on "navigate to definition" from C# to F#.

This is significant relief for my team members and I'm hopeful more to come along the same line.

I'd like the next effort on this axis to be "find all references" to list the calls disregarding of the language the are made from.

Do you think this feature will help the most the people dealing with polyglot codebases calling into F# code?

Does Roslyn Editor bits have the extensibility mechanism already to support this? or will this require to evolve it to enable such scenario?

cc: @jaredpar, @vzarytovskii, @dsyme

smoothdeveloper commented 10 months ago

Is this in scope for F# 9 Plan?

vzarytovskii commented 10 months ago

Is this in scope for F# 9 Plan?

It is not, we are already at capacity.