QuickAction does not open the relevant module #4223
Labels
Area-LangService-CodeFixes
Code fixes associated with diagnostics
Bug
Impact-Medium
(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Repro steps
Invoke the first QuickAction on someFunction()

Expected behavior
Adds
open SomeNamespace.SomeModule
or otherwise fixes the code in a way that makes it compileActual behavior
Adds
open SomeNamespace
. The code still does not compile.VS 2017 15.5.4
Visual F# Tools 15.4.1.18011902
The text was updated successfully, but these errors were encountered: