Skip to content

Commit b424dd4

Browse files
committed
Changed version, added notes
1 parent 15e8916 commit b424dd4

File tree

2 files changed

+38
-3
lines changed

2 files changed

+38
-3
lines changed

META-INF/plugin.xml

+38-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,50 @@
11
<idea-plugin version="2">
22
<id>com.magento.idea.magento2plugin</id>
33
<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>
66

77
<description><![CDATA[
88
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>
930
]]></description>
1031

1132
<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+
1248
<h3>0.0.9</h3>
1349
<ul>
1450
<li>Added Reference and completion support for layouts<br/>

magento2plugin.iml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<exclude-output />
66
<content url="file://$MODULE_DIR$">
77
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
8-
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
98
</content>
109
<orderEntry type="inheritedJdk" />
1110
<orderEntry type="sourceFolder" forTests="false" />

0 commit comments

Comments
 (0)