Wepy tooling for VS Code, powered by Vetur.
- Syntax-highlighting
- Snippet
- Emmet
- Linting / Error Checking
- Formatting
- Auto Completion
- Debugging
configandwxsblock syntax-highlightingconfigblock highlighting withjsonstylewxsblock highlighting withjavascriptstyle- add
templateandstyleemmet
If there are some warning alerts when you use both Vetur and Wepy extension, you may need to disable Vetur extension to make sure the Wepy highlight normally
The Vetur extension is already disabled, you can see example
And enable the Wepy, see it
When you create a new wepy file with filename and .wpy suffix, you can type vue to generate wepy file template quickly, and type enter to select default template, the example is here and another one
- type
configto create<config></config>block quickly withjsonformat - type
wxsto create<wxs module=""></wxs>block quickly withjavascriptformat - type
scriptto create<script></script>block quickly withjavascriptformat
There are also some bugs and unsupport attributes, and I will support soon.
MIT © hom