- Update
gradle.properties
with the new plugin version - Update
CHANGELOG.md
to reflect the new changes in the Unreleased section - Push
main
branch and allow all GitHub Actions to run - Go to releases page and edit/publish draft release
This plugin adds support for the following Alpine.js features:
- Auto-complete alpine directives such as
x-data
- Set the language to JavaScript inside your directives so that you have full syntax highlighting and code complete
-
Using IDE built-in plugin system:
Preferences > Plugins > Marketplace > Search for "Alpine.js Support" > Install Plugin
-
Manually:
Download the latest release and install it manually using Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.