Skip to content

inxilpro/IntellijAlpine

Repository files navigation

IntellijAlpine

Build Version Downloads Release

Release Workflow

  1. Update gradle.properties with the new plugin version
  2. Update CHANGELOG.md to reflect the new changes in the Unreleased section
  3. Push main branch and allow all GitHub Actions to run
  4. Go to releases page and edit/publish draft release

Plugin Description

intellij-alpine

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

Installation

  • 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.