Skip to content

Commit 1e5114a

Browse files
committed
Update plugin.xml
1 parent e84e85d commit 1e5114a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/tests/.idea/
44
/deep-js-completion.iml
55
/out/
6+
/deep-js-completion.zip

resources/META-INF/plugin.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>lv.midiana.misc.idea-plugins.deep-js-completion</id>
33
<name>deep-js-completion</name>
4-
<version>2018.12.03.001</version>
4+
<version>2018.12.19.001</version>
55
<vendor email="safronevev@gmail.com" url="http://midiana.lv/entry/deep-js-completion">Klesun</vendor>
66

77
<description><![CDATA[
@@ -26,7 +26,14 @@ This plugin will be highly inspired by my other plugin, <a href="https://plugins
2626
]]></description>
2727

2828
<change-notes><![CDATA[
29-
<li>Allow to specify node module in the doc like `@param db = from('./../../../Utils/Db.es6')()` (similar to how it works for requirejs)</li>
29+
<li>Support parenthesized expressions</li>
30+
<li>Resolve functions in other files even when IDEA does not manage</li>
31+
<li>Infer type of variable assigned few lines after declaration (For cases when in "if" it is assigned one value, but in "else" another)</li>
32+
<li>Support ternary operator</li>
33+
<li>Add resolved expression caching (Irreplacable when you resolve a recursive function)</li>
34+
<li>Infer return type of Object.assign from passed args</li>
35+
<li>Provide completion inside/from Promise.then</li>
36+
<li>Provide completion on any class instance, not just Array instances</li>
3037
]]>
3138
</change-notes>
3239

0 commit comments

Comments
 (0)