简体   繁体   中英

How to remove all sublime snippets for a particular tab trigger?

I used to have 4 entries for the do sublime snippet tab trigger. I followed the technique described in another post , by renaming the appropriated files in the ruby package directory:

Ruby ❯ pwd
/Users/max/Library/Application Support/Sublime Text 3/Packages/Ruby
Ruby ❯ readlink *old*
/Users/max/Library/Application Support/Sublime Text 3/Packages/Ruby/do-obj-..-end-(doo).sublime-snippet.old.sublime-snippet
/Users/max/Library/Application Support/Sublime Text 3/Packages/Ruby/downto(0)-{-n-..-}-(dow).sublime-snippet.old.sublime-snippet
Ruby ❯

I was able to remove 2/4 the entries; however, two still remain (see screen shot), where are these files located so I can rename them also? Or what do I need to do to remove the other two entries?

在此处输入图片说明

Thanks :)

将文件从do-obj-..-end-(doo).sublime-snippet重命名为do-obj-..-end-(doo).old

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM