Sublime Forum

Incredible frustrating snippets problem

#1

My ST2 install is polluted with bad snippets, but I have no idea how to find the files. Ideally I’d like to turn off snippets entirely - I have never found them to be useful at all. At best they close brackets before arguments, at worst they stall my input for some time.

For instance when I am editing a C# file and I write “Time.” it immediately turns into “Time.s”. I have no idea why this is happening. Even turning off auto-correct does not disable this behaviour. I have searched my packages folder for all .sublime-snippets files and there are none in the C# folder.

Is there anything that can be done to turn this off?

Thanks for any help.

0 Likes

#2

Ah, worked it out. It was being caused by a plugin called “CompleteSharp” which was either misconfigured or buggy.

0 Likes