You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,14 @@ Changelog
15
15
* 0.10.x: PhpStorm 7 (no support)
16
16
* 0.9.x: PhpStorm 6 (no support)
17
17
18
+
## 0.20.197
19
+
* Provide checkbox to disable Twig file icon decoration [#1485](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1485) (Daniel Espendiller)
20
+
* Enrich compile service data with metadata indexer to support configuration like autowire (Daniel Espendiller)
21
+
* Use internal icons for service linemarker (Daniel Espendiller)
22
+
* Provide linemarker for a constructor which supports autowire (Daniel Espendiller)
23
+
* Provide yaml navigation for services defined via resource (Daniel Espendiller)
24
+
* Provide resources index for service and use it in linemarker classes to indicate it and also provide a tagged icon (Daniel Espendiller)
25
+
18
26
## 0.20.196
19
27
* Ignore Doctrine repository return type provider on magic method pattern if already in repository [#1481](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1481) (Daniel Espendiller)
20
28
* Provide custom Twig file overlay to indicate "extends" and attached controller template types [#1485](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1485) (Daniel Espendiller)
<li>Ignore Doctrine repository return type provider on magic method pattern if already in repository <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1481">#1481</a> (Daniel Espendiller)</li>
4
-
<li>Provide custom Twig file overlay to indicate "extends" and attached controller template types <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1485">#1485</a> (Daniel Espendiller)</li>
5
-
<li>Index service definition for PHP files (Daniel Espendiller)</li>
6
-
<li>Support global Symfony DIC function: "service" and "param" (Daniel Espendiller)</li>
0 commit comments