Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Vuetify Pug snippetNew to Visual Studio Code? Get it now.
Vuetify Pug snippet

Vuetify Pug snippet

Preview

Lucas Lopes

|
12,922 installs
| (1) | Free
Snippet for the Vuetify framework using Pug. Type faster with Auto Completion and Identation.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Icon

Vuetify Pug snippet

GitHub license GitHub last commit

VSCode Snippet for the Vuetify framework using Pug. Type faster with:

  • Auto Completion
  • Correct writing and indentation.
  • Friendly Description

Gif

Features

Built for Vuetify 2 (in beta).

From version 0.5.0 the snippet was redone to version 2 of Vuetify. New possibilities, components and benefits. A new structure was made for the snippet.

  • Created from Vuetify v2.0.0-beta.5 and Vue 2.
  • More than 420 snippets.
  • All components of Vuetify 2.
  • Now the snippets will have a more friendly description, following the official documentation (in progress).

Usage

You only have to type a part of the component, VSCode will present you with a list of combinations. Pressing Tab to enter the full component name or even a code skeleton.

Auto Completion example

Friendly Description example

Comparation Tags HTML vs Pug

No tag pollution, no closing tags, use indentation and understand better.

Requirements

Installing the pug package via npm - npm i pug

Also install via npm - npm i pug-plain-loader

The code must be inside a template lang="pug".

<template lang="pug">
    //- code start
</template>

VSCode Extesion Vetur installed.

Known Issues

The snippets will be shown for pug code even though it is not a .vue file. In this case, if the project is not Vuetify, you can disable it in the workspace.

Release Notes

Versions, additions and fixes.

Changelog here


Future releases and improvements

Note: More snippets will be added in the future. (More and better)

From:

  • New releases of Vuetify.
  • Issues

For more information

  • Vuetify Beta
  • Pug
  • Vetur

License

MIT © lucaslpsan

Enjoy!

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