IntelliJ Plugin for Alpine.js
Published on by Paul Redmond
IntellijAlpine is a plugin by Chris Morrell that brings Alpine.js support to JetBrains IDEs (including PhpStorm).
The initial version of IntellijAlpine supports auto-complete for Alpine directives like x-data
, x-bind
, etc. and sets the language to JavaScript inside directives, so you have full syntax highlighting and code completion in string directives.
This plugin is available in the JetBrains Marketplace where you can see versions, install, and leave a review. You can also install IntellijAlpine in your editor by going to Preferences > Plugins > Marketplace and search for “Alpine.js.”
You can view the source code on GitHub at inxilpro/IntellijAlpine.