IntellijAlpine icon indicating copy to clipboard operation
IntellijAlpine copied to clipboard

Alpine.js plugin for IntelliJ IDEs like PhpStorm and WebStorm.

Results 19 IntellijAlpine issues
Sort by recently updated
recently updated
newest added

Django + Alpine is growing in popularity every day, and this plugin has been great. Except that it reports some annoying js error due to it not being parsed correctly....

When using blade directives @js, @json or any other, as parameter of a function inside AlpineJS directives, PHPStorm shows an syntax error. ![image](https://github.com/inxilpro/IntellijAlpine/assets/441455/f447b96e-7aed-4583-88b1-22ae32f31847) ![image](https://github.com/inxilpro/IntellijAlpine/assets/441455/c0a6cfbb-7f2b-4101-a281-59d0d3d86569) This exist for a long time.

Looks like v-for with two params case isn't handled. Plugin version: v0.4.2 Screenshot:

this.$root, this.$el, this.$refs - unresolved variables How to prevent this and may be color this values? AlpineJS plugin installed unresolved variables ![image](https://github.com/user-attachments/assets/27b8b10e-5239-4ce5-a9f6-ab489b79baa7)

**Issue:** When using the double curly brackets in x-data attributes, I often get IDE warnings. **Scenario** `x-data="{clicked{{ $model->getKey() }}: false}"` or ![alpinejs1](https://github.com/inxilpro/IntellijAlpine/assets/96339359/56c24be0-e5c8-4511-99c8-78b2bc4ae45b) IDE warning - comer expected ![alpinejs2](https://github.com/inxilpro/IntellijAlpine/assets/96339359/147c4237-bcdc-4e65-9fed-f7a9118cbcab) IDE warning...

Hi, the extension doesn't detect Alpine.data based components from external files and give errors like Unresolved function or method. ![Screenshot (01)](https://github.com/inxilpro/IntellijAlpine/assets/29015624/40b73116-4525-4a44-898c-aaf4b477c8b6) ![Screenshot (02)](https://github.com/inxilpro/IntellijAlpine/assets/29015624/652fb2e7-fda4-47ec-b455-44b9ec0f263d) ![Screenshot (03)](https://github.com/inxilpro/IntellijAlpine/assets/29015624/066d8759-fc3e-41a3-96ea-6a7f4f5424bc)

Current pull request contains patched `CHANGELOG.md` file for the `v0.6.5` version.

release changelog

* Add support for x-mask:dynamic