Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>uui snippetsNew to Visual Studio Code? Get it now.
uui snippets

uui snippets

APing

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

README

Visual Studio Code UUI Snippets

Using

Type part of a snippet, press enter, and the snippet unfolds.

Snippets named as the tag without braces

u-html --> <html>...</html>
u-form --> <form>...</form>

Installation

  1. Install Visual Studio Code 1.23.0 or higher
  2. Launch Code
  3. From the command palette Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (OSX)
  4. Select Install Extension
  5. Type uui-snippets
  6. Choose the extension
  7. Reload Visual Studio Code

FAQ

How to enable the snippets on a file other than html?

Add the following code to the project settings.json or global settings.json :

"files.associations": {
        // extension name : html
        "*.ejs": "html",
        "*.js": "html"
    }

the above code will allow html snippet to work on .ejs and .js files, amend to fit your needs.

License

MIT License, refer to license file.

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