IntelliJ support #17
-
I'm having problems with getting the correct code highlighting support in IntelliJ when using the ViewDev TypeScript type. The project is compiling and running just fine, but IntelliJ seems to have problems with action callbacks returned from the setup function (see the attached screenshots). Value objects returned from the setup function are highlighted correctly, which is really nice. @mmuscat what code editor are you using for Angular projects and the composition API? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @lennerd, I've pushed a change for this in 0.1302.0, let me know if that fixes the issue for you. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick fix! I was hoping this can be solved with TypeScript. Non values are now highlighted by IntelliJ correctly. |
Beta Was this translation helpful? Give feedback.
Hi @lennerd, I've pushed a change for this in 0.1302.0, let me know if that fixes the issue for you.