inxilpro / IntellijAlpine

Alpine.js plugin for IntelliJ IDEs like PhpStorm and WebStorm.
MIT License
49 stars 11 forks source link

Improve overall typing and add initial support for Go To Declaration on x-data derived properties #45

Closed joao-pedro-braz closed 11 months ago

joao-pedro-braz commented 1 year ago

A couple of improvements:

inxilpro commented 11 months ago

Wow! Somehow I missed this until just now. Looks amazing. I'm going to do a little testing before I merge, but thanks!

inxilpro commented 11 months ago

@joao-pedro-braz it looks like createExpressionFromText can fail and trigger an error in the IDE if the expression isn't parsable. I've come up with a short-term solution for Laravel's Blade syntax but this could be a larger issue. Any ideas?