Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shagabutdinov/sublime-snippet-manager

Create snippet with hotkey
https://github.com/shagabutdinov/sublime-snippet-manager

Last synced: about 2 months ago
JSON representation

Create snippet with hotkey

Awesome Lists containing this project

README

        

# Sublime SnippetManager plugin

Glorious plugin that make it easier to create and edit snippets.

### Installation

This plugin is part of [sublime-enhanced](http://github.com/shagabutdinov/sublime-enhanced)
plugin set. You can install sublime-enhanced and this plugin will be installed
automatically.

If you would like to install this package separately check "Installing packages
separately" section of [sublime-enhanced](http://github.com/shagabutdinov/sublime-enhanced)
package.

### Features

- Create snippet from selection

- Display snippets list for current language and open desired snippet for
editing

### Usage

Select a text, hit keyboard shortcut or palette command, add tab trigger at the
end of panel appeared and your snippet will be created under User/[language name]
directory.

### Commands

| Description | Keyboard shortcut | Command palette |
|-------------------------------------|-------------------|------------------------|
| Create snippet from selection | ctrl+u, ctrl+w | SnippetManager: Create |
| List snippets for current langugage | ctrl+u, w | SnippetManager: List |

### Dependencies

* [FileList](https://github.com/shagabutdinov/sublime-file-list)