File tree 2 files changed +38
-3
lines changed
2 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 1
1
<idea-plugin version =" 2" >
2
2
<id >com.magento.idea.magento2plugin</id >
3
3
<name >Magento2</name >
4
- <version >0.0.9 </version >
5
- <vendor email =" dkvashnin@ebay .com" url =" https://github.com/dkvashninbay/magento2plugin" >Dmytro Kvashnin</vendor >
4
+ <version >0.1 </version >
5
+ <vendor email =" dkvashnin@magento .com" url =" https://github.com/dkvashninbay/magento2plugin" >Dmytro Kvashnin</vendor >
6
6
7
7
<description ><![CDATA[
8
8
Plugin, created to improve life-work balance while working with Magento 2
9
+ <h2>Features</h2>
10
+
11
+ <h3>Configuration smart completion and references</h3>
12
+ <ul>
13
+ <li>di.xml</li>
14
+ <li>layouts</li>
15
+ <li>events.xml</li>
16
+ <li>webapi.xml</li>
17
+ </ul>
18
+
19
+ <h3>Inspections</h3>
20
+ <ul>
21
+ <li>@api usage</li>
22
+ <li>ObjectManager usage</li>
23
+ </ul>
24
+
25
+ <h3>Code helpers</h3>
26
+ <ul>
27
+ <li>"Navigate to configuration" reference in scope of class/interface</li>
28
+ <li>"Go to plugin" reference in scope of class/interface</li>
29
+ </ul>
9
30
]]> </description >
10
31
11
32
<change-notes ><![CDATA[
33
+ <h3>0.1</h3>
34
+ <ul>
35
+ <li>Context type completion for:<br/>
36
+ - Observers completion only for ObserverInterface impl in events.xml<br/>
37
+ - Blocks completion only for BlockInterface name in layouts.xml<br/>
38
+ - Preference configuration in di.xml<br/>
39
+ - Type hinting for object arguments in di.xml<br/>
40
+ </li>
41
+ <li>@api usage inspection in Module context</li>
42
+ <li>ObjectManager usage inspection in Module context</li>
43
+ <li>virtualType arguments resolution</li>
44
+ <li>webapi.xml interface/method completion/references</li>
45
+ <li>Support for old people using PhpStorm 8 or JDK1.7</li>
46
+ </ul>
47
+
12
48
<h3>0.0.9</h3>
13
49
<ul>
14
50
<li>Added Reference and completion support for layouts<br/>
Original file line number Diff line number Diff line change 5
5
<exclude-output />
6
6
<content url =" file://$MODULE_DIR$" >
7
7
<sourceFolder url =" file://$MODULE_DIR$/src" isTestSource =" false" />
8
- <sourceFolder url =" file://$MODULE_DIR$/tests" isTestSource =" true" />
9
8
</content >
10
9
<orderEntry type =" inheritedJdk" />
11
10
<orderEntry type =" sourceFolder" forTests =" false" />
You can’t perform that action at this time.
0 commit comments