-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Vscode intellisense autocompletion not getting Tres components props #785
Comments
When can this bug be fixed? |
Hi @devick, unfortunately, we don't know, something changed in vue language tools and we still need to figure out what it is and how to fix it. |
I found that after uninstalling the latest version and installing version 3.8.1, this feature becomes available |
Hi @devick does it work for https://github.com/Tresjs/tres/releases/tag/3.9.0 ? It makes no sense if it doesn't work there since we didn't make any change from 3.8.1 to 3.9.0 that would affect types |
Checking both versions (3.8.1 and 3.9.0) package.json the only thing I see different is the vue version and the vite-plugin-dts There was a breaking change on vue 3.4 for JSX global types, bout that should be affecting us since we don't use JSX https://github.com/vuejs/core/blob/main/changelogs/CHANGELOG-3.4.md#340-slam-dunk-2023-12-29 |
What TypeScript version are you using? It could be something related with the language tools package. |
It also works on 3.9.0。 my package.json:
|
@
is 5.4.5 |
This is great, thank you for your work. |
Describe the bug
Vscode intellisense autocompletion tooltip is not working for custom render components.
TresPerspectiveCamera (custom renderer):
TresCanvas (actual vue component):
Reproduction
https://stackblitz.com/~/edit/tresjs-minimal-reproduction?file=package.json
Steps to reproduce
No response
System Info
Used Package Manager
pnpm
Code of Conduct
The text was updated successfully, but these errors were encountered: