-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
2 changed files
with
27 additions
and
9 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,11 +1,15 @@ | ||
<html> | ||
<ul> | ||
<li>Provide complete for tag name of yaml "!tagged_iterator" (Daniel Espendiller)</li> | ||
<li>Named argument completion can now reflect the "bind" or "service" scope (Daniel Espendiller)</li> | ||
<li>Provide incomplete named argument complete for yaml with: "tagged_iterator", dotenv, service names and parameters (Daniel Espendiller)</li> | ||
<li>Fix incomplete named argument key complete pattern, for newest PhpStorm versions (Daniel Espendiller)</li> | ||
<li>Ignore suggestion for some service names (Daniel Espendiller)</li> | ||
<li>Provide navigation for "tagged_iterator" tag in yaml (Daniel Espendiller)</li> | ||
<li>Inspection for named arguments in yaml (Daniel Espendiller)</li> | ||
</ul> | ||
</html> | ||
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1991">#1991</a> support "tags" inside "Autoconfigure" attribute (Daniel Espendiller)</li> | ||
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1991">#1991</a> support "decorates" inside "AsDecorator" attribute (Daniel Espendiller)</li> | ||
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> support parameter inside "TaggedLocator" attribute (Daniel Espendiller)</li> | ||
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> detected deprecated services usage inside "Autowire" attribute (Daniel Espendiller)</li> | ||
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> detected missing services inside "Autowire" attribute (Daniel Espendiller)</li> | ||
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> support service inside "Autowire" attribute (Daniel Espendiller)</li> | ||
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> support parameter inside "TaggedIterator" attribute (Daniel Espendiller)</li> | ||
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> support parameters inside "Autowire" attribute (Daniel Espendiller)</li> | ||
<li>[Paid] add inspection for deprecated conditional Twig "for" syntax: "{% for u in us if u.act %}" (Daniel Espendiller)</li> | ||
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/907">#907</a> linemarker for linking a data_class to related forms (Daniel Espendiller)</li> | ||
<li>provide a form data_class linemarker (Daniel Espendiller)</li> | ||
<li>Fix typo in notification (Gabriel Wanzek)</li> | ||
</ul> |