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
Intellisense popup is a bit slow (2-3 seconds) if i have vetur.validation.script on.
vetur.validation.script
It would be nice if I could disable vetur.validation.script: false and use key shortcut to manually run js/ts validation.
vetur.validation.script: false
Could you add an action to manually run js/ts validation?
The text was updated successfully, but these errors were encountered:
I won't likely do that, but if you can include a profile I can look into the slow intellisense. https://github.com/vuejs/vetur/blob/master/.github/PERF_ISSUE.md
Sorry, something went wrong.
We won't do that. We'll try to fix by improving the performance. If you have a profile for slowness, please open a new issue.
Successfully merging a pull request may close this issue.
Problem
Intellisense popup is a bit slow (2-3 seconds) if i have
vetur.validation.script
on.It would be nice if I could disable
vetur.validation.script: false
and use key shortcut to manually run js/ts validation.Could you add an action to manually run js/ts validation?
The text was updated successfully, but these errors were encountered: