Skip to content

Commit 610ff0e

Browse files
authored
Update plugin.xml
1 parent c77bd31 commit 610ff0e

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

pluginResources/META-INF/plugin.xml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,47 @@
2323

2424
<description><![CDATA[
2525
Support for Go programming language.
26+
27+
Please note, that the following features are available in Gogland but not in this plugin:
28+
<ul>
29+
<li>Navigation</li>
30+
<ul>
31+
<li>Go to inheritor structures</li>
32+
<li>Go to super interfaces</li>
33+
</ul>
34+
<li>Type-aware completion (aka Smart completion)</li>
35+
<li>Extract function refactoring</li>
36+
<li>Implement type</li>
37+
<li>Inspections and quick-fixes</li>
38+
<ul>
39+
<li>Introduce method</li>
40+
<li>Introduce field</li>
41+
<li>Delete unused parameter</li>
42+
<li>Show symbol duplicates</li>
43+
<li>Add/delete missing/redundant expressions in case of assignment count mismatch</li>
44+
<li>Properly implemented Duplicated symbols inspection</li>
45+
<li>Recursive type detection</li>
46+
<li>Invalid const initialization</li>
47+
</ul>
48+
<li>Tests and coverage</li>
49+
<ul>
50+
<li>Sub-tests support (runner, navigation, gutter actions)</li>
51+
<li>Debugging tests</li>
52+
</ul>
53+
<li>Debugger</li>
54+
<ul>
55+
<li>Step out</li>
56+
<li>100x faster performance</li>
57+
</ul>
58+
<li>General</li>
59+
<ul>
60+
<li>Highlighting of go:generate comments</li>
61+
<li>Quick documentation for struct fields</li>
62+
<li>Semantic highlighting</li>
63+
<li>Parameter name hints</li>
64+
<li>SQL auto-injection</li>
65+
</ul>
66+
</ul>
2667
]]></description>
2768

2869
<change-notes>

0 commit comments

Comments
 (0)