You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce this issue in a fresh Sublime Text install without other extensions
Versions
output of mono --version:
output of msbuild /version:
Details
I've defined several snippets in my User/Snippets/C# directory. If I start to type the prompt for one of those snippets, I can see it in the autocomplete for a split-second, and then Omnisharp's override blows away the snippet prompt. More concerning is that my setting for "omnisharp_show_override_completion" is false, which I would assume would mean that Omnisharp doesn't touch my autocomplete suggestions at all, which is what I would want.
The text was updated successfully, but these errors were encountered:
Platform
Type
Checklist
Versions
output of
mono --version
:output of
msbuild /version
:Details
I've defined several snippets in my User/Snippets/C# directory. If I start to type the prompt for one of those snippets, I can see it in the autocomplete for a split-second, and then Omnisharp's override blows away the snippet prompt. More concerning is that my setting for "omnisharp_show_override_completion" is false, which I would assume would mean that Omnisharp doesn't touch my autocomplete suggestions at all, which is what I would want.
The text was updated successfully, but these errors were encountered: