"Find All References" doesn't show unsaved references #3308
Labels
Area-LangService-FindAllReferences
Find all references across projects and solutions
Bug
Impact-Medium
(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone
"Find All References" doesn't seem to show references that have been added to an open file but not saved. This is inconsistent with the behavior for C#, which is to show references based on the latest available version of each file (the editor content if the file is open, otherwise the content on disk). Is this expected?
Repro steps
A
and choose "Find All References".Expected behavior
The reference from
type B = A
is shown.Actual behavior
"No references found to 'A'".
Known workarounds
Save all files.
Related information
Nightly Visual F# Tools 15.4.1.17070403
The text was updated successfully, but these errors were encountered: