Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite1b9479

Browse files
vasily-kirichenkoKevinRansom
authored andcommitted
enable "show navigation bar" option in user settings dialog (dotnet#2459)
1 parent2d258b1 commite1b9479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎vsintegration/src/FSharp.Editor/Common/LanguageService.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ type
217217
CodeSense=true,
218218
DefaultToNonHotURLs=true,
219219
EnableCommenting=true,
220-
CodeSenseDelay=100)>]
220+
CodeSenseDelay=100,
221+
ShowDropDownOptions=true)>]
221222
internal FSharpPackage()=
222223
inherit AbstractPackage<FSharpPackage, FSharpLanguageService>()
223224

@@ -363,7 +364,6 @@ and
363364
overridethis.SetupNewTextView(textView)=
364365
base.SetupNewTextView(textView)
365366
letworkspace= package.ComponentModel.GetService<VisualStudioWorkspaceImpl>()
366-
workspace.Options<- workspace.Options.WithChangedOption(NavigationBarOptions.ShowNavigationBar, FSharpCommonConstants.FSharpLanguageName,true)
367367
lettextViewAdapter= package.ComponentModel.GetService<IVsEditorAdaptersFactoryService>()
368368

369369
workspace.Options<- workspace.Options.WithChangedOption(Completion.CompletionOptions.BlockForCompletionItems, FSharpCommonConstants.FSharpLanguageName,false)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp