Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Roslyn's non blocking code complete #2105

Merged
merged 4 commits into from
Dec 29, 2016

Conversation

vasily-kirichenko
Copy link
Contributor

and update Microsoft.CodeAnalysis.xxx packages to version 2.0.0-rc3-61225-01

See #1825 (comment)

I cannot test it on VisualFSharp.sln due to #2098.

update Microsoft.CodeAnalysis.xxx packages to version 2.0.0-rc3-61225-01
@@ -305,6 +318,13 @@ type internal FSharpLanguageService(package : FSharpPackage) as this =
workspace.Options <- workspace.Options.WithChangedOption(NavigationBarOptions.ShowNavigationBar, FSharpCommonConstants.FSharpLanguageName, true)
let textViewAdapter = this.Package.ComponentModel.GetService<IVsEditorAdaptersFactoryService>()

let blockForCompletionOption =
PerLanguageOption<bool>(
"CompletionOptions", "BlockForCompletionItems", defaultValue = true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really want to use "true" here as the default?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea. As we pass false later, I don't think it matters.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, thanks.

@KevinRansom
Copy link
Member

@dotnet-bot test this please

@vasily-kirichenko
Copy link
Contributor Author

It turns out VS RC2 does not compatible with Roslyn nuget packages RC3-xxx. I'll revert updating.

@KevinRansom
Copy link
Member

@vasily-kirichenko

Thank you for this and everything else you have done for the F# IDE. we appreciate it.

Kevin

@KevinRansom KevinRansom merged commit 7428b95 into dotnet:master Dec 29, 2016
@Pilchie
Copy link
Member

Pilchie commented Dec 30, 2016

Tagging @brettfo. Sounds like we'll need to create an rc3 release branch where we can update to these, or else I expect Find References will be broken for F# in RC3.

nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Jan 26, 2022
* enable Roslyn's non blocking code complete

update Microsoft.CodeAnalysis.xxx packages to version 2.0.0-rc3-61225-01

* roll back to Microsoft.CodyAnalysis.xxx RC2 nuget packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants