-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
40 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
<html> | ||
<ul> | ||
<li>Provide annotation deprecation inspection for Doctrine column (Daniel Espendiller)</li> | ||
<li>Insert Embeddable instead of Embedded annotation for class (Konstantin Myakshin)</li> | ||
<li>Strikeout whole LookupElement, if deprecated, as PHP plugin does (Cedric Ziel)</li> | ||
<li>Assign lower priority to deprecated classes' LookupElements (Cedric Ziel)</li> | ||
<li>Smarter ORM column field detection for insert @Column tag (Daniel Espendiller)</li> | ||
<li>Optimize imports and its references should also take into account constants with namespaces (Daniel Espendiller)</li> | ||
<li>Support attribute types also on its attribute values (Daniel Espendiller)</li> | ||
<li>Provide type detection on column also on the Field type it self to support typed properties of PHP (Daniel Espendiller)</li> | ||
<li>Add property suggestions from Doctrine @Attribute annotations <a href="https://github.com/Haehnchen/idea-php-annotation-plugin/issues/112">#112</a> (https://www.doctrine-project.org/projects/doctrine-annotations/en/latest/custom.html#attribute-types) (Daniel Espendiller)</li> | ||
<li>Hide non public properties on DocBlock attribute list completion <a href="https://github.com/Haehnchen/idea-php-annotation-plugin/issues/139">#139</a> (Daniel Espendiller)</li> | ||
<li>Provide deprecated hint on importing class on DocBlock <a href="https://github.com/Haehnchen/idea-php-annotation-plugin/issues/163">#163</a> (Daniel Espendiller)</li> | ||
<li>Provide inspections for deprecated constant and class constant in DocBlocks (Daniel Espendiller)</li> | ||
<li>Prefix inspection messages (Daniel Espendiller)</li> | ||
<li>Support namespace in class constant annotation string (Daniel Espendiller)</li> | ||
<li>Provide importing annotation classes based on the alias (Daniel Espendiller)</li> | ||
<li>Provide inspection to check that a class behind a class constant in DocBlocks exists (Daniel Espendiller)</li> | ||
<li>Provide inspection to check if there is a real class behind a annotation doc block based on the use statements (Daniel Espendiller)</li> | ||
<li>DocBlock annotations should also check alias and check for a valid import; provide lazy and higher the scope for DocBlock to be the parent document reducing element processing (Daniel Espendiller)</li> | ||
<li>Drop support older PhpStorm versions (Daniel Espendiller)</li> | ||
</ul> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters