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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,13 @@ Changelog
9
9
* 0.10.x: PhpStorm 7 (no support)
10
10
* 0.9.x: PhpStorm 6 (no support)
11
11
12
+
## 0.14.148
13
+
* Symfony 3.3 Fully support autowire in defaults of XML [#966](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/966)
14
+
* Symfony 3.3 Arguments are not autocompleted when using the FQCN as id [#968](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/968)[#966](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/966)
15
+
* Symfony 4.0 Support array Kernel::getKernelParameters and array_replace [#973](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/973)
16
+
* Symfony 3.3 Provide class name completion in xml service ids [#967](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/967)
17
+
* Symfony 3.3 Goto definition does not support services with FQCN xml ids shortcuts [#952](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/952)
18
+
12
19
## 0.14.147
13
20
* Fix recursive string value resolve on class fields
14
21
* Dropping custom caret overlay listener and all extension points in favor of core parameter hints
<li>Symfony 3.3 Fully support autowire in defaults of XML <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/966">#966</a></li>
115
+
<li>Symfony 3.3 Arguments are not autocompleted when using the FQCN as id <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/968">#968</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/966">#966</a></li>
116
+
<li>Symfony 4.0 Support array Kernel::getKernelParameters and array_replace <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/973">#973</a></li>
117
+
<li>Symfony 3.3 Provide class name completion in xml service ids <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/967">#967</a></li>
118
+
<li>Symfony 3.3 Goto definition does not support services with FQCN xml ids shortcuts <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/952">#952</a></li>
119
+
</ul>
120
+
112
121
<h2>0.14.147</h2>
113
122
<ul>
114
123
<li>Fix recursive string value resolve on class fields</li>
0 commit comments