yoyo930021 / vuter

Vue tooling for VS Code.

Home Page:https://marketplace.visualstudio.com/items?itemName=octref.vetur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.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.

🎉 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

About

Vue tooling for VS Code.

https://marketplace.visualstudio.com/items?itemName=octref.vetur

License:MIT License


Languages

Language:TypeScript 93.6%Language:Vue 4.4%Language:JavaScript 1.9%Language:Shell 0.1%Language:HTML 0.0%