You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
@@ -131,15 +131,16 @@ type internal FSharpAddOpenCodeFixProvider
131
131
openNamespaceFix context ctx name ns multipleNames)
132
132
|> Seq.toList
133
133
134
-
letquilifySymbolFixes=
134
+
letqualifiedSymbolFixes=
135
135
candidates
136
+
|> Seq.filter (fun(entity,_)->not(entity.LastIdent.StartsWith "op_"))// Don't include qualified operator names. The resultant codefix won't compile because it won't be an infix operator anymore.
0 commit comments