Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.15 KB

readme.md

File metadata and controls

28 lines (21 loc) · 1.15 KB

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 Ultimate
  • Install PHP plugin
  • Open this project
  • In build.gradle set a proper path to your PhpStorm / comment out the alternativeIdePath to debug in IEDA Ultimate

Debug

  • Run, Edit Configurations, +, Plugin
  • keep defaults, but change Use classpath of module from [none] to nextras-orm-plugin
  • optionally change JRE to PHPStorm