Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>MCFunction Auto Macro PrefixNew to Visual Studio Code? Get it now.
MCFunction Auto Macro Prefix

MCFunction Auto Macro Prefix

malte9799

|
84 installs
| (0) | Free
Automatically adds a $ prefix to lines including $()
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

minecraft-auto-macro-prefix

Makes Macros easier to look at and faster to write.

Features

  • Automatically adds a $ prefix to lines including a macro string [$(<variable>)]

  • makes the $ prefix Invisible and adds an indicator to that line

    minecraft-auto-macro-prefix DEMO

Requirements

none

Extension Settings

none

Known Issues

When Typing to fast the cursor gets missplaced sometimes.

Release Notes

Initial release

0.1.0

  • Automatically adds a $ prefix to lines including a macro string [$(<variable>)]
  • makes the $ prefix Invisible and adds an indicator to that line

0.1.1

  • added support for Multiline commands

    • execute run \
      say $(test)
      
      V0.1.0 ->
      execute run \
      $ say $(test)
      
      V0.1.1 ->
      $execute run \
      say $(test)
      
      
  • added support for Comments. So lines starting with "#" get ignored

0.1.2

  • The cursor now gets placed correctly
  • macro variable names can now include numbers
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft