Sublime Forum

Ignore default snippets

#1

Hi there,

I am new to Sublime Text 2 and I must say so far I like it. I have a question regarding snippets (I do not know yet if it is a question or feature request thats why I posted into this queue). I want to clean up default snippets but I do not want to delete them because I want an easy way to sync between multiple workenvironments. I also want to insulate against new versions. Therefore I was expecting to be able to do this in the user settings like the following (analog to ignored_packages, but I could not get it to work):

“ignored_snippets”:

“function”
],

Regards,
Mark

0 Likes

#2

Bump
I would also like to do this.

0 Likes

#3

Just ran into this problem and here’s my solution that works

  • In .config/sublime-text-2/Packages copy the C++ folder to C++.personal
  • Hose/Edit out the snippits that offend you in C++.personal
  • Add C++ to the “ignored_packages” entry in the Preferences.sublime-settings to disable the standard C++ snippets.
0 Likes