Skip to content

1.0.0.alpha#201

Pre-release
Pre-release
Compare
Choose a tag to compare
@zolotov zolotov released this 18 Mar 11:41
· 0 commits to v1.0.0-alpha0 since this release

Alpha pre-release of the 1.0.0 version.
Doesn't contain all the functionality of the 0.9.x branch but has a completely reworked internals.
It's faster than 0.9.x, refactoring works to some degree and has native support for gopath packages.

You need to install the zip file, do not extract its contents. For more information, check the README

To get you started using this version, read the following wiki article on how to setup a new project in your IDE.

Building Go apps using any option from Buld menu is currently not working, see this comment for the reason behind it.

Compatibility

Plugin can be installed on IntelliJ platform 139.1111 or greater. It corresponds to IntelliJ IDEA 14.0.3, WebStorm 9.0.3, PhpStorm 8.0.3 and future PyCharm 4.0.5.

Release notes

  • initial coverage support. See demonstration for details
  • imports completion was reworked based on @linniksa's suggestion
    screenshot 2015-03-18 12 37 30
  • implemented package name completion
    screenshot 2015-03-18 12 36 58
  • Indexing and completion speed improvements
  • Various parser, completion, and symbol resolution bug fixes

Details here