better0332
2016-12-16 14:35:19 +08:00
Will Gogland be a free IDE?
No, we expect the new IDE to be a paid product under JetBrains Toolbox umbrella – with pricing similar to PhpStorm, PyCharm, RubyMine, DataGrip, and AppCode.
What's the difference between Gogland and go-lang-IDEA-plugin?
The following features are available in Gogland but not in go-lang-idea-plugin:
Navigation
Go to inheritor structures
Go to super interfaces
Type-aware completion (aka Smart completion)
Extract function refactoring
Implement type
Inspections and quick-fixes
Introduce method
Introduce field
Delete unused parameter
Show symbol duplicates
Add/delete missing/redundant expressions in case of assignment count mismatch
Properly implemented Duplicated symbols inspection
Recursive type detection
Invalid const initialization
Tests and coverage
Sub-tests support (runner, navigation, gutter actions)
Debugger
Debugger
Step out
100x faster performance
General
Highlighting of go:generate comments
Quick documentation for struct fields
Semantic highlighting
Parameter name hints
SQL auto-injection