Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>VuterNew to Visual Studio Code? Get it now.
Vuter

Vuter

yoyo930021

|
405,889 installs
| (2) | Free
Vue tooling for VS Code from Vetur
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vuter

Vuter is fork from Vetur.
This is a voluntary project maintained by a Vetur contributor.
Will be maintained until Vetur is reactivated.

CHANGELOG

0.1.2

  • Fix prettier incompatible, Thanks to contribution from @lucaspottersky. #1961.

0.1.1

  • change vscode marketplace information

0.1.0

  • base on Vetur@0.24.0
  • Speed up and stabilize e2e test
  • Fix no props completion when child component export default {} is end of ;
  • Fix object property completion when have hyphen
  • Fix SFC without a script tag show an error
  • Add more typescript language service features and fix more bugs
    • Add suggestion diagnostics and can fix unused import.
    • Add Organize Imports code actions.
    • Diagnostics will show quick fix in VScode.
    • Add Typescript Refactor support
    • Add support resolveJsonModule
  • Add support analyzing vue-class-component and vue-property-decorator
    • Can't support self vue component props completion when @Component({ props: { } })
  • Upgrade required vscode version to 1.43.0
  • Upgrade prettier to 2.0.5
  • Upgrade typescript from 3.7.5 to 3.9.5
  • Fix template interpolation hover info of v-for readonly array item.
  • 🙌 Improve performance while using template interpolation service. Thanks to contribution from @IWANABETHATGUY. #1839.

Original README

Vue tooling for VS Code.

  • vls: Vue Language Server
  • vti: Vetur Terminal Interface
  • Docs: https://vuejs.github.io/vetur

🎉 VueConf 2017 Slide & Video 🎉

Features

  • Syntax-highlighting
  • Snippet
  • Emmet
  • Linting / Error Checking
  • Formatting
  • Auto Completion
  • Debugging
  • VTI / CLI

Quick Start

  • Install Vetur.
  • Try it with Veturpack, a pre-configured Vue boilerplate based on Vuepack.
  • Refer to setup page for setting up.
  • Refer to each feature's own page for setting up specific features.

FAQ

FAQ

Roadmap

See #873.

Contribution

See CONTRIBUTING.md

License

MIT © Pine Wu

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