|
1 | 1 | <html>
|
2 | 2 | <ul>
|
3 |
| - <li>Prefix missing parameter inspection with "Symfony" (Daniel Espendiller)</li> |
4 |
| - <li>Prevent duplicate complete for already known path / url twig lookup elements (Daniel Espendiller)</li> |
5 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1890">#1890</a> pipe also the fake php file to completion proxying for php (Daniel Espendiller)</li> |
6 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1893">#1893</a> workaround in wrongly implemented attributes handling; catch errors and check for direct attribute value via string (Daniel Espendiller)</li> |
7 |
| - <li>Use central container parameter naming as its now highly optimized (Daniel Espendiller)</li> |
| 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> |
8 | 27 | </ul>
|
9 | 28 | </html>
|
0 commit comments