-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
feat(vue-app): add vetur helpers for components auto-complete on VS Code #4524
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #4524 +/- ##
=======================================
Coverage 91.07% 91.07%
=======================================
Files 61 61
Lines 2184 2184
Branches 527 527
=======================================
Hits 1989 1989
Misses 177 177
Partials 18 18 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also include new NLink and NChild aliases?
I already did @pi0 :) |
I'll add a manual check for Does that mean https://github.com/nuxt-community/nuxt-helper-json can be archived? |
@octref I think we would need that repo for backward compatibility. |
|
One more question. What's the version below which |
@octref Thanks for your patient review. I've tried to apply the required changes. The helpers should be importable from either:
The new |
From what @atinux told me, nuxt, nuxt-legacy, nuxt-edge all depends on My plan was to check for |
The problem is versioning. Let's say you shipped So if I'm reading correct, is the situation:
|
@octref Yes, you are right. checking either |
Thank you @octref for your help on this :) I validate @pi0 last comment:
For people living on the edge (lol) and having the last definitions, it's good if vetur can also look to Is it good for you @octref ? |
OK, I'll do it this way:
|
Perfect @octref I am merging this PR then :) |
Nuxt support. Fix #870. For nuxt/nuxt#4524
Add helpers to support auto-complete on VS Code.
Fixes #3174
One thing left, @octref needs to confirm that it can work since
@nuxt/vue-app
is a dependency ofnuxt
and is not a direct dependency of a nuxt project.