-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I add vue Custom Directives intellisense? #19
Comments
My CLI vue-intellisense currently works by generating the files required for the Vetur plugin. Can you do some research on what Vetur needs in order to give intellisense for custom directives ? Then I'll gladly add support for it. |
Thank you for reply, I checkout vuter source code try to find location of define derective snippet, and add custom derective rebuild to use. |
I have modify vetur source code and your vue-intellisense code. and published a npm package named package.json usage same as your lib. It will auto detect custom derective name and Generate
whill be generated file like: and restart vscode , you can intellisense |
There is no need to modify the extension, just use |
I define vue Custom Directives like
v-permission
,and how to intellisense at every Html tag.
The text was updated successfully, but these errors were encountered: