madskristensen / VuePack2017

A Visual Studio extension
Other
37 stars 14 forks source link

Highlight special directives in templates #7

Open mika76 opened 7 years ago

mika76 commented 7 years ago

Installed product versions

Description

Currently all the vue directives show up as normal attributes. Is it possible to highlight them, especially bindings and event bindings (:prop="sometProp" and @click="buttonClick")

Steps to recreate

Open a .vue file

Current behavior

Currently all attributes are highlighted as normal html attributes. current

Expected behavior

Vue attributes, bindings, event bingings and directives will be easier to see and track