Skip to content
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

intellij support in phpstorm? #122

Open
j-d-carmichael opened this issue Mar 20, 2024 · 1 comment
Open

intellij support in phpstorm? #122

j-d-carmichael opened this issue Mar 20, 2024 · 1 comment

Comments

@j-d-carmichael
Copy link

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
Copy link

sergiykh commented Apr 15, 2024

vote for the suggestions

what I can add to the issue:

  • there is 'unresolved variable or type' in template when use toNative, if change to
    export { toNative(HelloView) } export default HelloView
    it works in template, but breaks other things
  • also there is no 'unresolved variable or type ' in Visual Studio Code, but only in WebStorm

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants