Snippet Destroyer
Destroy all Sublime Text completions and snippets
Details
Installs
- Total 7K
- Win 5K
- Mac 751
- Linux 648
| Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Linux | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
sublime-snippet-destroyer
Destroy all Sublime Text completions and snippets.
Have you ever been humming along, using Tab to fill out previously used variables, then bam you autocomplete to a snippet? Your flow is broken and frustrated at no easy way to remove the default snippets.
Well, suffer no more! sublime-snippet-destroyer seeks and destroys all completions and snippets.
sublime-snippet-destroyerdoes not aim to allow for restoration of snippets. If we started doing that, then we should make a full-fledged snippet manager.
Getting Started
Installation
This package is available under snippet-destroyer inside of Package Control, a [Sublime Text][subl] plugin that allows for easy management of other plugins.
If you prefer the manual route, you can install the script via the following command in the Sublime Text terminal (ctrl+`) which utilizes git clone.
import os; path=sublime.packages_path(); (os.makedirs(path) if not os.path.exists(path) else None); window.run_command('exec', {'cmd': ['git', 'clone', 'https://github.com/twolfson/sublime-snippet-destroyer', 'snippet-destroyer'], 'working_dir': path})
Packages can be uninstalled via “Package Control: Remove Package” via the command pallete, ctrl+shift+p on Windows/Linux, command+shift+p on Mac.
Usage
sublime-snippet-destroyer provides a new command to the command pallete “Destroy all snippets!!”
When this is ran, it finds all .sublime-snippet + .sublime-completions + .tmSnippet files in your Sublime Text Packages directory.
If no snippets are found, you will be informed as such.
If snippets are found, you will be prompted to confirm in their deletion. If you approve, they will be removed from disk.
There is currently one section we cannot erase which is any plugin with a on_query_completions method (e.g. CSS and HTML). These are baked in to EventListener commands and cannot be scrubbed easily. As a result, you must delete these files manually.
Donating
Support this project and others by twolfson via donations.
http://twolfson.com/support-me
Unlicense
As of Nov 20 2013, Todd Wolfson has released this repository and its contents to the public domain.
It has been released under the UNLICENSE.