OmniSharp / omnisharp-sublime

C# IDE Plugin for Sublime Text 3
http://omnisharp-sublime.readthedocs.org/en/latest/
MIT License
551 stars 64 forks source link

Autocomplete overrides custom snippets #260

Open fatheroctopus opened 5 years ago

fatheroctopus commented 5 years ago

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.