Analysis updated 2026-08-08 · repo last pushed 2017-11-29
Wrap a variable in a print statement by typing the variable first then a postfix keyword.
Build conditional blocks without moving your cursor back to add surrounding syntax.
Create custom postfix snippets for any coding pattern you repeat often.
Cast types quickly by appending a keyword after typing a variable name.
| mbnuqw/sublime-postfixer | 0-bingwu-0/live-interpreter | 010zx00x1/faresnipe | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | Python | Python | Python |
| Last pushed | 2017-11-29 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | general | general |
Figures from each repo's GitHub metadata at analysis time.
Manual install requires cloning the repo into Sublime Text's Packages directory and binding your own keyboard shortcut.
Postfixer is a plugin for Sublime Text 3 that adds "postfix completions" to your coding workflow. The idea is simple: instead of wrapping an expression after you type it, you type the value or variable first, then add a trigger word afterward to transform it. For example, you might type a variable name and then append a keyword that instantly wraps it in a print statement or an if-condition, saving you from having to go back and add surrounding syntax. The plugin works by listening for a custom keyboard shortcut that you bind yourself. When you trigger it after typing a word and a postfix keyword, the plugin looks up that keyword in its snippet definitions and expands your text accordingly. It ships with examples for languages like Python and JavaScript, and you can write your own custom snippets through a dedicated settings file accessible from Sublime's preferences menu. After editing snippets, you reload them via the command palette or menu. This is useful for developers who spend a lot of time in Sublime Text 3 and want to reduce keystrokes for common patterns. If you frequently type the same wrapping structures, logging a variable, casting a type, or building out conditional blocks, this lets you do it in a single flow without moving your cursor back. It brings a feature popularized in IDEs like IntelliJ and ReSharper into the lightweight Sublime editor. The project is small and straightforward, with a MIT license and a manual installation process that involves cloning the repository into your Sublime packages directory. The README doesn't go into detail about which languages or completions are included out of the box beyond the Python and JavaScript examples shown in demo GIFs. You would need to install it and explore the snippet settings to see the full scope of what's available.
A Sublime Text 3 plugin that lets you type a value first and then add a keyword afterward to instantly wrap it in code structures like print statements or conditionals, saving keystrokes.
Mainly Python. The stack also includes Python, Sublime Text 3.
Dormant — no commits in 2+ years (last push 2017-11-29).
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.