omnisharp-sublime
omnisharp-sublime copied to clipboard
Autocomplete overrides custom snippets
Platform
- [ ] Linux
- [x] Windows
- [ ] OSX
Type
- [x] This is an issue
- [ ] This is a feature request
- [ ] Other
Checklist
- [x] It hasn't been fixed in the latest master
- [x] 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.