ionide / ionide-vscode-fsharp

VS Code plugin for F# development
http://ionide.io
MIT License
849 stars 276 forks source link

"go to test": missing in unit tests contextual menu (right click) #2010

Open jkone27 opened 1 month ago

jkone27 commented 1 month ago

would be great to add a context menu to ionide C# tests (happens in mixed solutions), to navigate directly to the test source code (C#)

image

VS C# test dev kit is showing it

image
farlee2121 commented 1 month ago

That's a big lift at this time. We'd need to add code analysis for C# projects.

We might get it if we implement the approach discussed in this conversation