File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >lv.midiana.misc.idea-plugins.deep-js-completion</id >
3
3
<name >deep-js-completion</name >
4
- <version >2019.11.24 .001</version >
4
+ <version >2020.06.22 .001</version >
5
5
<
vendor email =
" [email protected] " url =
" http://midiana.lv/entry/deep-js-completion" >klesun</
vendor >
6
6
7
7
<description ><![CDATA[
@@ -58,8 +58,10 @@ Reference unexposed vars defined in a file using magical <code>at('FileName.js')
58
58
]]> </description >
59
59
60
60
<change-notes ><![CDATA[
61
- <li>Fix: do not overwrite existing path in string literal when providing __dirname concat completion</li>
62
- <li>Support require("something.json")</li>
61
+ <li>Do not GoTo declaration that is on same line</li>
62
+ <li>Resolve flatMap() result</li>
63
+ <li>Make default depth limits stricter</li>
64
+ <li>Fix: do not suggest "Tile" as property instead of class from jsdoc `@return {Tile}`</li>
63
65
]]>
64
66
</change-notes >
65
67
You can’t perform that action at this time.
0 commit comments