Skip to content

PHPierrre/axelor-devtools

Repository files navigation

IntelliJ IDEA - Axelor Plugin

Description

This plugin improves your development with the Axelor Open Platform Framework. You can now Ctrl Click️ everywhere in XML files.

Features

  • NEW : Views hot reload with this Axelor module
  • Fields, relational fields, inherited fields auto-completion.
  • Fields, relational fields, inherited fields navigation (Ctrl + click)
  • Action navigation (onSave, onSelect, onLoad, onNew, onEdit, onDelete, onChange)
  • Reverse view, action and selection navigation (from child to parent)
  • Action method navigation to Java files.
  • Automatic injected language HTML in CDATA
  • Detection of wrongly configured IntelliJ Project.
  • Model navigation and auto-completion.
  • View navigation (Ctrl click), detection of unknown views.
  • Selection navigation (Ctrl click) and auto-completion.
  • Xml attributes auto-completion.
  • application.properties display.

Usage

  • Fields auto completion

  • Action method navigation

  • Action references shortcut to child

  • View references shortcut to child

  • Action references shortcut to parent

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "axelor-devtools" > Install Plugin

  • Manually:

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