|
1 | 1 | <html>
|
2 | 2 | <ul>
|
3 |
| - <li>Provide linemarker for route annotations imports (Daniel Espendiller)</li> |
4 |
| - <li>Inspection for deprecated "controller" targets on route (Daniel Espendiller)</li> |
5 |
| - <li>Support conditional enviroment for yaml file to index resources (Daniel Espendiller)</li> |
6 |
| - <li>Add global resolving of resources (Daniel Espendiller)</li> |
7 |
| - <li>Add "resources" outside of routing to index (Daniel Espendiller)</li> |
8 |
| - <li>Add more (getReference, getClassMetadata, getPartialReference) Doctrine entity class constant completion (Daniel Espendiller)</li> |
9 |
| - <li>Prioritize class constant parameter completion for Doctrine repository and form types (Daniel Espendiller)</li> |
10 |
| - <li>Try to detect yaml translation files also on language pattern (Daniel Espendiller)</li> |
11 |
| - <li>Twig form linemarker should only be triggered on smallest (leaf) elements (Daniel Espendiller)</li> |
12 |
| - <li>PhpLineMarkerProvider linemarker should only be triggered on smallest (leaf) elements (Daniel Espendiller)</li> |
13 |
| - <li>Constraint message property linemarker should only be triggered on smallest (leaf) elements (Daniel Espendiller)</li> |
14 |
| - <li>Remove annotation linemarker as its also catched by resources linemarker now (Daniel Espendiller)</li> |
15 |
| - <li>Extend resources / import index with context options (Daniel Espendiller)</li> |
16 |
| - <li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1940">#1940</a> add translation support for TranslatableMessage class (Daniel Espendiller)</li> |
17 |
| - <li>"+intl-icu" remove suffix from compiled translation domains (Daniel Espendiller)</li> |
18 |
| - <li>Prevent empty translation domains (Daniel Espendiller)</li> |
19 |
| - <li>Provide "glob" pattern extraction for string to provide a file scanner (Daniel Espendiller)</li> |
20 |
| - <li>Support file and directory resolving for resources (Daniel Espendiller)</li> |
21 |
| - <li>Fixed bad links to jetbrains plugin marketplace (Adrian Rudnik)</li> |
| 3 | + <li>Provide complete for tag name of yaml "!tagged_iterator" (Daniel Espendiller)</li> |
| 4 | + <li>Named argument completion can now reflect the "bind" or "service" scope (Daniel Espendiller)</li> |
| 5 | + <li>Provide incomplete named argument complete for yaml with: "tagged_iterator", dotenv, service names and parameters (Daniel Espendiller)</li> |
| 6 | + <li>Fix incomplete named argument key complete pattern, for newest PhpStorm versions (Daniel Espendiller)</li> |
| 7 | + <li>Ignore suggestion for some service names (Daniel Espendiller)</li> |
| 8 | + <li>Provide navigation for "tagged_iterator" tag in yaml (Daniel Espendiller)</li> |
| 9 | + <li>Inspection for named arguments in yaml (Daniel Espendiller)</li> |
22 | 10 | </ul>
|
23 | 11 | </html>
|
0 commit comments