You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autocompletion missing details which are provided in vanilla .ts files.
Example:
Inside test.ts
Inside test.vue
Note that the method details are missing. There is also no obvious way to make them visible. (No info icon, I've tried ctrl + space without luck).
I expected to see the same level of details in .vue files.
Is this a known issue?
Is this simply as detailed as vetur can currently get?
Is there some setting wrong in my VSCode?
I don't know if this has something to do with issue #26, but in the screenshots there the method details seem to show up.
Reproducible Case
Create one .ts and one .vue file. Try accessing a property of (for simplicity) a random string. Check the documentation details.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Info
Problem
Autocompletion missing details which are provided in vanilla .ts files.
Example:
Inside test.ts

Inside test.vue

Note that the method details are missing. There is also no obvious way to make them visible. (No info icon, I've tried
ctrl + space
without luck).I expected to see the same level of details in .vue files.
Is this a known issue?
Is this simply as detailed as vetur can currently get?
Is there some setting wrong in my VSCode?
I don't know if this has something to do with issue #26, but in the screenshots there the method details seem to show up.
Reproducible Case
Create one
.ts
and one.vue
file. Try accessing a property of (for simplicity) a random string. Check the documentation details.The text was updated successfully, but these errors were encountered: