-
Notifications
You must be signed in to change notification settings - Fork 420
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
Trigger completion on space if object creation completion is available #975
Conversation
...if object creation completion is available. Currently does not attempt to implement any preselection-like experience.
ab5d80c
to
574aabb
Compare
Tag @DustinCampbell -- for some reason the "reviewers" UI won't let me add you that way. |
You're only officially a member of the omnisharp-vscode team. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Hopefully, we can get rid of the reflection ugliness if I ever get back to #884
@DustinCampbell What's left in #884? Is it something I could help finish up for you? |
Also cc @piotrpMSFT and @jonsequitur in case they're interested. |
There's not much left in #884. I ran into some workspace issues where tracking document open/close states became necessary due to a bug in Roslyn's AbstractMemberInsertingCompletionProvider that I fixed here. I got side-tracked while making the open/close states work though. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kicked travis... the mac build failed for some reason. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
...if object creation completion is available. Currently does not
attempt to implement any preselection-like experience.
Depends on dotnet/vscode-csharp#1776