mbnuqw / sublime-postfixer

Postfix completions plugin for Sublime Text 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postfixer

Postfix completions plugin for Sublime Text 3.

Usage examples

python example

js example

Installation

Manual

  • Clone repository to:
    • Mac OS: ~/Library/Application Support/Sublime Text 3/Packages/Postfixer
    • Linux: ~/.config/sublime-text-3/Packages/Postfixer
    • Windows: %APPDATA%\Sublime Text 3\Packages\Postfixer

Setup key binding

{ "keys": ["whatever"], "command": "postfix" },

Writing custom snippets

  • Open fixes:
    • Menu: Preferences -> Package Settings -> Postfixer -> Snippets
    • or Open command palette -> search 'Postfixer: Snippets'
  • Edit snippets and save file
  • Reload snippets:
    • Menu: Preferences -> Package Settings -> Postfixer -> Reload Snippets
    • or Open command palette -> search 'Postfixer: Reload Snippets'

License

MIT

About

Postfix completions plugin for Sublime Text 3

License:MIT License


Languages

Language:Python 100.0%