Skip to content

nextras/orm-intellij

Folders and files

NameName
Last commit message
Last commit date
Jan 1, 2025
May 5, 2021
Dec 14, 2024
Jan 23, 2025
Dec 14, 2024
Jan 22, 2025
Jan 23, 2025
Jan 23, 2025
Dec 14, 2024
Dec 14, 2024
Jul 18, 2015
Jan 22, 2025
Nov 17, 2022

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.