We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I have a feature request which is very simple to implement, I might even add a PR for this.
Vetur has a system to add components and attributes to its autocomplete, it's quite simple to add it.
I think vue-i18n users would benefit from having <i18n> component show up in autocomplete, as well as its attributes.
<i18n>
Here's the documentation for this functionality: https://vuejs.github.io/vetur/framework.html#custom-tags-attributes
The text was updated successfully, but these errors were encountered:
Thanks !! This sounds a great DX enhancement for VS code users.
I might even add a PR for this.
Awaiting for that 🙏
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi!
I have a feature request which is very simple to implement, I might even add a PR for this.
Vetur has a system to add components and attributes to its autocomplete, it's quite simple to add it.
I think vue-i18n users would benefit from having
<i18n>
component show up in autocomplete, as well as its attributes.Here's the documentation for this functionality: https://vuejs.github.io/vetur/framework.html#custom-tags-attributes
The text was updated successfully, but these errors were encountered: