shagabutdinov / sublime-utilities

Minor utilities for building snippets and plugins
Other
2 stars 1 forks source link

Sublime Utilities plugin

Minor utilities for building snippets and plugins.

Installation

This plugin is part of 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 package.

Features

Usage

Run commands listed above from keyboard shortcut, macro-file, snippet or other plugin.

Example keymap:

  {
    "keys": ["ctrl+f5"],
    "command": "insert_text",
    "args": {
      "point": 0,
      "text": "<?php"
    }
  }