|
1 | 1 | <idea-plugin version="2" url="https://github.com/adrienbrault/idea-php-symfony2-plugin">
|
2 | 2 | <id>fr.adrienbrault.idea.symfony2plugin</id>
|
3 | 3 | <name>Symfony2 Plugin</name>
|
4 |
| - <version>0.9.0</version> |
| 4 | + <version>0.9.1</version> |
5 | 5 | <vendor email="adrien.brault@gmail.com" url="http://adrienbrault.fr">Adrien Brault</vendor>
|
6 | 6 |
|
7 | 7 | <description><![CDATA[
|
|
39 | 39 | <li>Go to assets file in twig asset()/{% javascript/{% stylesheets</li>
|
40 | 40 | <li>Autocomplete twig files in @Template annotations</li>
|
41 | 41 | <li>Go to twig file on @Template annotation</li>
|
| 42 | + <li>Autocomplete for translation in trans</li> |
| 43 | + <li>Action for @Template</li> |
42 | 44 | </ul>
|
43 | 45 |
|
44 | 46 |
|
|
48 | 50 | <li>Autocomplete route name in twig templates</li>
|
49 | 51 | </ul>
|
50 | 52 |
|
| 53 | +<h3>Other</h3> |
| 54 | +<ul> |
| 55 | + <li>Autocomplete for translation in trans twig and translate php</li> |
| 56 | + <li>FormTypes in FormBuilder</li> |
| 57 | + <li>PHP Class Autocomplete in yaml and xml</li> |
| 58 | + <li>Some basic Annotation support</li> |
| 59 | +</ul> |
| 60 | +
|
51 | 61 | <h2>Notes</h2>
|
52 | 62 | <ul>
|
| 63 | + <li>Play with PhpTypes lifetime cache on freeze</li> |
53 | 64 | <li>To trigger the autocompletion, press CTRL + SPACE.</li>
|
54 | 65 | <li>Set the type of "classes.php" to text resolved some autocomplete issues for me.</li>
|
55 | 66 | </ul>
|
|
63 | 74 | ]]></description>
|
64 | 75 |
|
65 | 76 | <change-notes><![CDATA[
|
| 77 | +<h2>0.9.1</h2> |
| 78 | +<ul> |
| 79 | + <li>Temporary PhpTypes cache which reduce ide freeze (until fixed on JetBrains side)</li> |
| 80 | + <li>Add PhpTypes cache lifetime settings</li> |
| 81 | + <li>Add some more Annotation support</li> |
| 82 | + <li>Add Annotator and Action to create twig file directly on @Template clicking</li> |
| 83 | + <li>Autocomplete for FormTypes in FormBuilder</li> |
| 84 | + <li>Autocomplete of classes in yaml and xml</li> |
| 85 | + <li>Autocomplete for translation in trans twig and translate php</li> |
| 86 | + <li>Optimize twig templates searching, which sometimes generated outdated listing</li> |
| 87 | + <li>Auto use import of some supported Annotation</li> |
| 88 | +</ul> |
| 89 | +
|
66 | 90 | <h2>0.9.0</h2>
|
67 | 91 | <ul>
|
68 | 92 | <li>Support app level twig templates (::layout.html.twig)</li>
|
|
0 commit comments