Go-to-Definition from C# into F# always opens metadata instead of real source #2113
Unanswered
oseifrimpongg
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
This has been an open issue for years on the C# plugin unfortunately dotnet/vscode-csharp#1623 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m working in a mixed solution that contains both C# and F# projects.
When I navigate from C# into an F# type using F12, VS Code always opens the metadata-as-source view, even though the actual .fs file exists in the same solution.
Expected behavior:
F12 should jump to the real F# source file when the type is defined in a referenced F# project.
Actual behavior:
F12 consistently opens the generated metadata view instead of the .fs implementation.
Is there a setting that does this? I have done some research and toggled a couple of the settings, however, none of them are able to solve my problem. This feature works perfectly in Rider, however, I'm not the best Rider fan and would want to have my flow in VSCode.
Beta Was this translation helpful? Give feedback.
All reactions