|
23 | 23 |
|
24 | 24 | <description><![CDATA[
|
25 | 25 | 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> |
26 | 67 | ]]></description>
|
27 | 68 |
|
28 | 69 | <change-notes>
|
|
0 commit comments