Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>postfix-makerNew to Visual Studio Code? Get it now.
postfix-maker

postfix-maker

Kokoichi206

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

postfix-maker

This VSCode extension makes your original postfix-snippets available.

Features

Just by adding files (and activate them), you can create your own postfix.

The syntax is the same as the snippets for prefix.

Usage

1. Add files

  • File path: a *-postfix-maker.json
  • File format: JSON

examples

{
  "Length": {
    "scope": "go",
    "prefix": "len",
    "body": ["len($1)"],
    "description": "length"
  },
  "Print": {
    "scope": "go",
    "prefix": "print",
    "body": ["print($1)"],
    "description": "print"
  }
}

2. Activate postfix

  1. Open the command palette
  2. Search for "Activate postfix-maker" and execute it

Known Issues

Release Notes

License

This repository is under MIT License.

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