VOOZH about

URL: https://marketplace.visualstudio.com/items?itemName=mubaidr.vuejs-extension-pack

⇱ Vue.js Extension Pack - Visual Studio Marketplace


Skip to content
👁 Image
Sign in
Visual Studio Code>Extension Packs>Vue.js Extension PackNew to Visual Studio Code? Get it now.
👁 Vue.js Extension Pack

Vue.js Extension Pack

Essential VS Code extensions for Vue.js, Nuxt, and TypeScript development providing syntax highlighting, code formatting, snippets, IntelliSense, linting, testing, and Tailwind CSS support.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vue.js Extension Pack

This extension pack adds features and language support for Vue.js, Nuxt, and TypeScript development with modern tooling including Tailwind CSS support.

Extensions Included in this pack

Vue & Nuxt Core

Snippets & Productivity

Build & Testing

  • Vitest - Run and debug Vitest test cases

Code Quality

  • Oxc - Oxlint and Oxfmt editor integration - ultra-fast linter and formatter for JavaScript/TypeScript
  • Prettier - Code formatter - VS Code plugin for prettier/prettier
  • Error Lens - Improve highlighting of errors, warnings and other language diagnostics
  • Code Spell Checker - Spelling checker for source code

Tailwind CSS

Developer Experience

Recommended Settings

For the best experience, consider adding these settings to your workspace:

{
 "editor.formatOnSave": true,
 "editor.defaultFormatter": "esbenp.prettier-vscode",
 "editor.codeActionsOnSave": {
 "source.fixAll.oxc": "explicit"
 },
 "tailwindCSS.includeLanguages": {
 "vue": "html"
 }
}

Credits

All credits goes to original authors of the above mentioned extensions.

Happy Coding!