Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>viui-vscodeNew to Visual Studio Code? Get it now.
viui-vscode

viui-vscode

Pablo Vieira

|
282 installs
| (1) | Free
Vi-Ui VSCode Extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info


Vi-Ui
viui-vscode

A Visual Code Extension for Vi-Ui

Intro • How To Install • How To Use • Future Ideas • Releases • License

Intro

Vi-Ui is a simple but consistent user interface for Vue and viui-vscode extension provides snippets and autocomplete to use with Visual Code.

screenshot

How To Install

Just search for viui-vscode in VS Code Extensions section or go to Visual Studio Market Place or install it with the following command:

ext install pablovieiras.viui-vscode

How To Use

It's very simple to use this extension. All you need to do is type vi-{component-name} to get all options for that component.

Snippet

If you want to add some Vi-Ui component just type:

vi-{component-name}

For example, if you need a tooltip, type vi-tooltip and you'll get the full component:

<vi-tooltip top hover mini content="message">
  <span>Hover Me</span>
</vi-tooltip>

You can list all props, events or slots of a component:

vi-{component-name}-props
vi-{component-name}-events
vi-{component-name}-slots

Future Ideas

  • Add component docs when hover it
  • Syntax highlighting

Release Notes

0.0.1

Initial release of viui-vscode


License

MIT

Thanks!

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