File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11<idea-plugin version =" 2" >
22 <id >com.cedricziel.idea.typo3</id >
33 <name >TYPO3 CMS Plugin</name >
4- <version >0.1.3 </version >
4+ <version >0.1.4 </version >
55 <vendor email =" cedric@cedric-ziel.com" url =" https://www.cedric-ziel.com" >Cedric Ziel</vendor >
66
77 <description ><![CDATA[
5151 <li>line marker to allow quick navigation to the route definition</li>
5252</ul>
5353
54+ <h3>Code inspections</h3>
55+
56+ <br/>
57+
58+ <ul>
59+ <li>Extbase property injection (@inject) performance inspection</li>
60+ </ul>
61+
62+ <br/>
63+
5464<h2>Credits</h2>
5565<p>Thank you to <a href="https://github.com/Haehnchen">Daniel Espendiller</a> and <a href="https://github.com/adrienbrault">Adrien Brault</a>
5666for providing their <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin">Symfony2 Plugin</a> in the first place.
@@ -66,6 +76,13 @@ It is a great inspiration for possible solutions and parts of the code.</p>
6676
6777 <change-notes ><![CDATA[
6878
79+ <h2>0.1.4</h2>
80+ <ul>
81+ <li>Annotator for both valid and invalid route references to make them distinguishable from normal strings</li>
82+ <li>LineMarkerProvider to allow quick navigation to the route definition</li>
83+ <li>Extbase property injection (@inject) performance inspection</li>
84+ </ul>
85+
6986<h2>0.1.3</h2>
7087<ul>
7188 <li>Added route name completion for BackendUtility::getAjaxUrl()</li>
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ On PhpStorm or IntelliJ:
2424* CompletionContributor for ` UriBuilder::buildUriFromRoute ` and ` BackendUtility::getAjaxUrl `
2525* Annotator for both valid and invalid route references to make them distinguishable from normal strings
2626* LineMarkerProvider to allow quick navigation to the route definition
27+ * Inspection: Extbase ` @inject ` property injection
2728
2829## Credits
2930
You can’t perform that action at this time.
0 commit comments