Skip to content

Commit b4ea9a5

Browse files
committed
build of 0.9.1
1 parent dab7f07 commit b4ea9a5

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
### 0.9.1
5+
6+
* Temporary PhpTypes cache which reduce ide freeze (until fixed on JetBrains side)
7+
* Add PhpTypes cache lifetime settings
8+
* Add some more Annotation support
9+
* Add Annotator and Action to create twig file directly on @Template clicking
10+
* Autocomplete for FormTypes in FormBuilder
11+
* Autocomplete of classes in yaml and xml
12+
* Autocomplete for translation in trans twig and translate php
13+
* Optimize twig templates searching, which sometimes generated outdated listing
14+
* Auto use import of some supported Annotation
15+
416
### 0.9.0
517

618
* Support app level twig templates (::layout.html.twig)

META-INF/plugin.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2" url="https://github.com/adrienbrault/idea-php-symfony2-plugin">
22
<id>fr.adrienbrault.idea.symfony2plugin</id>
33
<name>Symfony2 Plugin</name>
4-
<version>0.9.0</version>
4+
<version>0.9.1</version>
55
<vendor email="adrien.brault@gmail.com" url="http://adrienbrault.fr">Adrien Brault</vendor>
66

77
<description><![CDATA[
@@ -39,6 +39,8 @@
3939
<li>Go to assets file in twig asset()/{% javascript/{% stylesheets</li>
4040
<li>Autocomplete twig files in @Template annotations</li>
4141
<li>Go to twig file on @Template annotation</li>
42+
<li>Autocomplete for translation in trans</li>
43+
<li>Action for @Template</li>
4244
</ul>
4345
4446
@@ -48,8 +50,17 @@
4850
<li>Autocomplete route name in twig templates</li>
4951
</ul>
5052
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+
5161
<h2>Notes</h2>
5262
<ul>
63+
<li>Play with PhpTypes lifetime cache on freeze</li>
5364
<li>To trigger the autocompletion, press CTRL + SPACE.</li>
5465
<li>Set the type of "classes.php" to text resolved some autocomplete issues for me.</li>
5566
</ul>
@@ -63,6 +74,19 @@
6374
]]></description>
6475

6576
<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+
6690
<h2>0.9.0</h2>
6791
<ul>
6892
<li>Support app level twig templates (::layout.html.twig)</li>

symfony2-plugin.jar

71 KB
Binary file not shown.

0 commit comments

Comments
 (0)