From 87a67b62e8dd5a2085c9baebffb870503d3fe059 Mon Sep 17 00:00:00 2001 From: cartermp Date: Thu, 4 Oct 2018 17:14:19 -0700 Subject: [PATCH] Opens places at top of file by default --- vsintegration/src/FSharp.Editor/Options/EditorOptions.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }