PhpStorm plugin for dolibarr

Hello,

I have developed a module for PhpStorm to help with dolibarr development.

Here are the current features:

  • Translation :
    • Key completion and navigation.
    • Domain completion and navigation.
    • Inspections :
      • Key existence.
      • Domain existence.
      • Key duplication in lang file
  • Hook:
    • Method completion and navigation.
  • User rights :
    • completions with hasRight function
    • Completions with the $user→rights object (deprecated).
  • Completion of $conf→global and dolGetGlobal functions.
  • Definition of global objects ($db, $conf, $langs, etc.).
  • path completion for dol_buildpath and dol_include_once.
  • extrafields on $object->array_options completed.

I’m looking for beta testers before the first release. Is anyone interested?

Hey There,

Sounds awesome.

Hi,

Did you want to beta-test the module?