Skip to content

Commit

Permalink
better product description
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Apr 18, 2020
1 parent ba208b6 commit 65656a1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@
<vendor url="https://www.nextras.org">Nextras</vendor>

<description><![CDATA[
Provides support for <a href="https://github.com/nextras/orm/">Nextras ORM</a> &ndash; an ORM library for PHP.
<p>Provides support for <a href="https://github.com/nextras/orm/">Nextras ORM</a> &ndash; an ORM library for PHP.</p>
<br>
<p>
Supported features:
<ul>
<li>Entity modifiers highlighting - see clearly your modifiers;</li>
<li>Entity modifiers reference contributor - renames of property changes references to it in modifiers;</li>
<li>Entity setter & getter generator - helps you to create these methods;</li>
<li>Collection expression auto-completion - suggests entity properties and allow relationships traversing;</li>
<li>Collection & Repository entity type propagation - propagates specific entity types for find*, get*, and persisting methods;</li>
</ul>
</p>
]]></description>

<change-notes><![CDATA[
Expand Down

0 comments on commit 65656a1

Please sign in to comment.