facing-dev / vue-facing-decorator

Vue typescript class component decorators
MIT License
368 stars 32 forks source link

intellij support in phpstorm? #122

Open j-d-carmichael opened 8 months ago

j-d-carmichael commented 8 months ago

Screenshot from 2024-03-20 22-08-30

Things are working nicely, but the IDE cannot see the class properties - see attached.

Is there any support for this?

sergiykh commented 7 months ago

vote for the suggestions

what I can add to the issue:

also if you just use default export without toNative seems like vue-facing-decorator automatically apply toNative and there will no 'unresolved variable or type' in remplate.

I hope it helps