Skip to content

rife2/rife2-idea

Repository files navigation

RIFE2 IDEA Support

License Java Version Downloads Build Tests

Support for the RIFE2 web framework: https://rife2.com

  • Provides file templates for Element, Router and Site class creation.
  • Provides Java live templates for common routing idioms.
  • Provides template engine live templates for tag creation and surrounding.
  • Supports HTML, JSON, SVG, TXT and XML template language highlighting with fallback to original languages.
  • Filtered value tags auto-completion to all template types.
  • Syntax highlighting color settings configuration panel.

After installing the RIFE2 plugins from the marketplace, the recognized template file types will automatically support RIFE2 template tags. Any code outside those template tags will be handled by the original IDEA language support.

No configuration is necessary, but if desired, the highlighted colors can be changed for each template tag type and tag name.

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "RIFE2" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.