diff --git a/vsintegration/src/FSharp.Editor/Options/EditorOptions.fs b/vsintegration/src/FSharp.Editor/Options/EditorOptions.fs index 2851acda15c..1728637ea04 100644 --- a/vsintegration/src/FSharp.Editor/Options/EditorOptions.fs +++ b/vsintegration/src/FSharp.Editor/Options/EditorOptions.fs @@ -58,7 +58,7 @@ type CodeFixesOptions = { // We have this off by default, disable until we work out how to make this low priority // See https://github.com/Microsoft/visualfsharp/pull/3238#issue-237699595 SimplifyName = false - AlwaysPlaceOpensAtTopLevel = false + AlwaysPlaceOpensAtTopLevel = true UnusedOpens = true UnusedDeclarations = true }