Sublime Forum

Build 3114 - can't override language built-in snippets

#1

I used to have some custom snippets in ~/Library/Application Support/Sublime Text 3/Packages/JavaScript which override formatting of the built-in snippets (with same tab trigger). They worked till the build 3114, now only the ones that are shipped with ST are used and my custom snippets are ignored. How can I override default snippets now?

Thanks!

0 Likes

#2

A bunch of snippets moved into subfolders. You can see the new locations by looking at https://github.com/sublimehq/Packages.

1 Like

#3

Thanks, it worked!

I moved my custom snippets into ~/Library/Application Support/Sublime Text 3/Packages/JavaScript/Snippets subfolder and they now take precedence over built-in snippets.

0 Likes