This repository was archived by the owner on May 31, 2025. It is now read-only.
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? |
Answered by
antischematic
Nov 11, 2021
Replies: 2 comments
|
Thanks for the quick fix! I was hoping this can be solved with TypeScript. Non values are now highlighted by IntelliJ correctly. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hi @lennerd, I've pushed a change for this in 0.1302.0, let me know if that fixes the issue for you.