Closed sebastianhaberey closed 1 month ago
Can you try to upgrade vuetify and see if it fixes?
The reason is likely because here: https://github.com/vuetifyjs/vuetify/blob/v3.6.11/packages/vuetify/src/globals.d.ts#L100
It has to be vue
to correctly working with new version of LSP. Vuetify has shipped this fix in V3.7.1 see: https://github.com/vuetifyjs/vuetify/commit/7c8aeefdc097ff9b74a733ed17b6a8cd9e1f8575
My bad did not see it's css class, in that case it's not "include" in vue lsp, you probably can find css-lsp (or extension?) and give the path of vuetify css file.
I was hoping since Vuetify components etc. are supported, their styles would be supported too. But it makes sense to do this via CSS LSP. I will close this issue and see if I can find something there. Thanks!
Vue - Official extension or vue-tsc version
v2.1.6
VSCode version
1.93.1
Vue version
3.4.31
TypeScript version
5.4.2
System Info
package.json dependencies
Steps to reproduce
What is expected?
Intellisense proposes Vuetify class "d-flex"
What is actually happening?
No proposals are shown.
Link to minimal reproduction
No response
Any additional comments?
This may well be a problem with my setup. Or maybe Vuetify classes aren't part of this project?