|
1 | 1 | <html>
|
2 | 2 | <ul>
|
3 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/567">#567</a> support Twig blocks in search everywhere (Daniel Espendiller)</li> |
4 |
| - <li>Underscore should be the preferred template creation quickfix (Daniel Espendiller)</li> |
5 |
| - <li>Index usages of twig files inside "Template" php attribute (Daniel Espendiller)</li> |
6 |
| - <li>Support global naming for twig method resolving (Daniel Espendiller)</li> |
7 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1541">#1541</a> provide linemarker to run Symfony command via internal console terminal (Daniel Espendiller)</li> |
8 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1285">#1285</a> migrate template file annotator to inspection and support php attributes (Daniel Espendiller)</li> |
9 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1548">#1548</a> optimize inspection for notify missing extends/implements tags instances: support multiple tag classes, allow service id be a classes (Daniel Espendiller)</li> |
10 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1536">#1536</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1020">#1020</a> support manifest.json inside assets (Daniel Espendiller)</li> |
11 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1233">#1233</a> provide plugin error submitter (Daniel Espendiller)</li> |
12 |
| - <li>Replace direct method name for template recognition with a simple "contains" pattern. valid: "template" and "render" (Daniel Espendiller)</li> |
13 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1509">#1509</a> catch xlf parser exception (Daniel Espendiller)</li> |
14 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1684">#1684</a> description for compiled routes (Daniel Espendiller)</li> |
15 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1736">#1736</a> change default for public files (Daniel Espendiller)</li> |
16 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1736">#1736</a> change default for compiled translation class to catch more modern structures (Daniel Espendiller)</li> |
17 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark classed used if its tagged via "kernel.event_listener" server defintion (Daniel Espendiller)</li> |
18 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark Constraint classes used if validator class for it was found (Daniel Espendiller)</li> |
19 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark EntityRepository classes as used code, if any metadata exists with them (Daniel Espendiller)</li> |
20 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark TwigExtension classes as used code, if any implementation exists (Daniel Espendiller)</li> |
21 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark registered voter class as used code (Daniel Espendiller)</li> |
22 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark public method callbacks inside getSubscribedEvents as used code (Daniel Espendiller)</li> |
23 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark command class register as service as used code (Daniel Espendiller)</li> |
24 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark controller and its action as "used" code (Daniel Espendiller)</li> |
25 |
| - <li>Fix support resolving controller methods ending with "Action" (Daniel Espendiller)</li> |
26 |
| - <li>Routes can be cached based on index and compiled files (Daniel Espendiller)</li> |
| 3 | + <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1429">#1429</a> fix security matcher starting string replacement and support php attributes (Daniel Espendiller)</li> |
| 4 | + <li>Fixed duplicated results in service completion (Adam Wójs)</li> |
| 5 | + <li>Fixed duplicated results in service completion (tests) (Adam Wójs)</li> |
| 6 | + <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/769">#769</a> provided related twig symbols navigation (Daniel Espendiller)</li> |
| 7 | + <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1029">#1029</a> fix route not indexed if the annotation is empty (Daniel Espendiller)</li> |
| 8 | + <li>remove requirement for ending method name with "Action" for related controller methods symbol targets (Daniel Espendiller)</li> |
| 9 | + <li>Reworked test for code completion in service definition parent (Adam Wójs)</li> |
| 10 | + <li>Added service name reference contributor for YAML DIC files (Adam Wójs)</li> |
27 | 11 | </ul>
|
28 | 12 | </html>
|
0 commit comments