From 65656a13a3c79306b5a23e668110e5e5c393b52c Mon Sep 17 00:00:00 2001
From: Jan Skrasek
Date: Sat, 18 Apr 2020 11:46:17 +0200
Subject: [PATCH] better product description
---
resources/META-INF/plugin.xml | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml
index a09aad9..449d0a9 100644
--- a/resources/META-INF/plugin.xml
+++ b/resources/META-INF/plugin.xml
@@ -4,7 +4,18 @@
Nextras
Nextras ORM – an ORM library for PHP.
+ 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;
+
+
]]>