Add Open Codefix does not work for operators #2473
Labels
Area-LangService-API
Area-LangService-CodeFixes
Code fixes associated with diagnostics
Impact-Medium
(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone
Using RC4, enter the following in an F# script file:
Expected: Lightbulb comes up, offering to
open MyOps
.Actual: No lightbulb.
Note that this affects libraries such as Suave, where you need to open the
Suave.Operators
namespace to compose routes, and it's not always obvious to people that this is the case.The text was updated successfully, but these errors were encountered: