We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934d6f6 commit f9a37fcCopy full SHA for f9a37fc
1 file changed
resources/META-INF/plugin.xml
@@ -2,7 +2,7 @@
2
<id>de.halirutan.mathematica</id>
3
<name>Mathematica Support</name>
4
<category>Custom Language</category>
5
- <version>2.0.15</version>
+ <version>2.0.16</version>
6
<idea-version since-build="163"/>
7
<vendor email="patrick@halirutan.de" url="http://mathematicaplugin.halirutan.de">Patrick Scheibe</vendor>
8
<depends>com.intellij.modules.lang</depends>
@@ -37,6 +37,7 @@
37
<li>Inspections for version mismatch of symbols, possible errors through multiplicaton at linebreak, and missing commas and semicolons
38
<li>Autocompletion suggestions sorted by importance</li>
39
<li>Highlighting and smart inserting of braces, brackets and parenthesis</li>
40
+ <li>Quick navigation between symbol usages with Navigate - Related Symbol</li>
41
</ul>
42
]]></description>
43
0 commit comments