Skip to content

nextras/orm-intellij

Repository files navigation

Nextras Orm Plugin for PhpStorm

Provides support for Nextras Orm – an ORM library for PHP.

Supported features:

  • Entity modifiers highlighting - see clearly your modifiers;
  • Entity modifiers reference contributor - renames of property changes references to it in modifiers;
  • Entity setter & getter generator - helps you to create these methods;
  • Collection expression auto-completion - suggests entity properties and allow relationships traversing;
  • Collection & Repository entity type propagation - propagates specific entity types for find*, get*, and persisting methods;

Contributing

Provisioning

  • Install IntelliJ IDEA Community or Ultimate
  • Clone & Open this project
  • Make changes, Run plugin and debug
  • Open PR with changed, fill changelog.md in the Unreleased section.