-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to specify node module in the doc like `@param db = from(./../.…
…./../Utils/Db.es6)()` Same way it is done for requirejs
- Loading branch information
1 parent
98ab9b7
commit 479c166
Showing
2 changed files
with
40 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin> | ||
<id>lv.midiana.misc.idea-plugins.deep-js-completion</id> | ||
<name>deep-js-completion</name> | ||
<version>2018.10.25.001</version> | ||
<version>2018.12.03.001</version> | ||
<vendor email="[email protected]" url="http://midiana.lv/entry/deep-js-completion">Klesun</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -26,8 +26,7 @@ This plugin will be highly inspired by my other plugin, <a href="https://plugins | |
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
<li>GoTo string paths like './dir/file', even if it does not end with '.js'</li> | ||
<li>Fix: null pointer on JSLiteralExpressionImpl.getValue</li> | ||
<li>Allow to specify node module in the doc like `@param db = from('./../../../Utils/Db.es6')()` (similar to how it works for requirejs)</li> | ||
]]> | ||
</change-notes> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters