Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>PostfixerNew to Visual Studio Code? Get it now.
Postfixer

Postfixer

Rahul Sinha

|
83 installs
| (0) | Free
Postfix completions plugin for VScode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Postfixer

Postfix completions plugin for VSCode.

Usage examples

python example

js example

Installation

Setup

[Optional]: Set up a fallback function in settings in case there are no postfixes available. For example, if you want to bind Postfix completions to TAB, and if postfixes are not available this will fall back to regular completion.

    "postfixer.fallback_command": "autocomplete"

Setup key binding

    {
        "key": "tab",
        "command": "postfixer.fix",
    },

Add language support

Easily add more languages by just editing snippet file

 "command": "postfixer.edit"

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft