-
Notifications
You must be signed in to change notification settings - Fork 418
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
Adds snippets support in LSP mode. #1422
Adds snippets support in LSP mode. #1422
Conversation
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.
Thanks for the PR. Some minor cosmetic changes, otherwise LGTM 👍
src/OmniSharp.LanguageServerProtocol/Handlers/CompletionHandler.cs
Outdated
Show resolved
Hide resolved
src/OmniSharp.LanguageServerProtocol/Handlers/CompletionHandler.cs
Outdated
Show resolved
Hide resolved
…/omnisharp-roslyn into feature/lsp-add-snippets-support
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.
Looks good, but I think we should add a null check to the compatibility.
src/OmniSharp.LanguageServerProtocol/Handlers/CompletionHandler.cs
Outdated
Show resolved
Hide resolved
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!
@david-driscoll could you also have a look? Thanks! |
No description provided.