Skip to content

Commit f801f00

Browse files
committed
Merge branch 'master' of github.com:klesun/deep-js-completion
2 parents bf10eff + 96ebefb commit f801f00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/META-INF/plugin.xml

+2-1
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.27.002</version>
4+
<version>2018.12.31.001</version>
55
<vendor email="[email protected]" url="http://midiana.lv/entry/deep-js-completion">Klesun</vendor>
66

77
<description><![CDATA[
@@ -46,6 +46,7 @@ Based on my other PHP plugin, <a href="https://plugins.jetbrains.com/plugin/9927
4646
]]></description>
4747

4848
<change-notes><![CDATA[
49+
<li>GoTo the key element, not value</li>
4950
<li>Show string value in completion options when known</li>
5051
<li>Briefly parse d.ts func decl arg to return type generic relation. Enough to support completion from Object.values()</li>
5152
<li>Add a stupid GoTo implementation</li>

0 commit comments

Comments
 (0)