File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-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.5 </version >
4+ <version >0.1.6 </version >
55 <vendor email =" cedric@cedric-ziel.com" url =" https://www.cedric-ziel.com" >Cedric Ziel</vendor >
66
77 <description ><![CDATA[
1717
1818<br/>
1919
20+ <h3>Autocompletion enhancements</h3>
21+
22+ <p>
23+ The plugin reads the local project and tries to parse out usage of well-known APIs
24+ and provides you with autocompletion on points it knows for example possible parameter names.
25+ </p>
26+
27+ <ul>
28+ <li>Autocompletion for calls to IconFactory::getIcon with available Icons and preview</li>
29+ <li>Line marker for Icon-Api usages with jump-to-definition and preview</li>
30+ </ul>
31+
32+ <br/>
33+
2034<h3>Service Locator & Extbase Dependency Injection Container</h3>
2135
2236<p>
@@ -76,6 +90,13 @@ It is a great inspiration for possible solutions and parts of the code.</p>
7690
7791 <change-notes ><![CDATA[
7892
93+ <h2>0.1.6</h2>
94+ <ul>
95+ <li>New icon for icon type objects</li>
96+ <li>Icon name completion for core icons on calls to IconFactory::getIcon</li>
97+ <li>Annotators for icon references (with preview and jump-to-definition)</li>
98+ </ul>
99+
79100<h2>0.1.5</h2>
80101<ul>
81102 <li>New icon for route type objects</li>
Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ On PhpStorm or IntelliJ:
2222* TypeProvider for ` GeneralUtility::makeInstanceService `
2323* TypeProvider for ` ObjectManager::get `
2424* CompletionContributor for ` UriBuilder::buildUriFromRoute ` and ` BackendUtility::getAjaxUrl `
25+ * CompletionContributor for ` IconFactory::getIcon `
2526* Annotator for both valid and invalid route references to make them distinguishable from normal strings
27+ * Annotator for both valid and invalid icon references to core-defined icons
2628* LineMarkerProvider to allow quick navigation to the route definition
2729* Inspection: Extbase ` @inject ` property injection
2830
You can’t perform that action at this time.
0 commit comments