Skip to content

1.0.0.alpha#1288

Pre-release
Pre-release
Compare
Choose a tag to compare
@zolotov zolotov released this 12 Apr 07:43

Changes since 0.11.1262 (05.04.2016)

This release focuses mostly on fixes. The most critical issues which were fixed in this release are auto-importing packages from unreachable testdata directories and resolving cap expressions.

Also here are couple improvements which this release brings:

Go vet tool

go vet tool is built-in tool now and can be invoked on selected file or directory via Code | Go Tools | Go vet menu or via editor menu.

govet

Expression Type

Show info action is reimplemented using built-in Expression Type action which is available by Alt+= (Ctrl+Shift+P on Mac) shortcut. Also it works now on variable/constant definitions.

type_info_on_expression

type_info_on_definition

Autoscroll from source and Navigate in... features

Since this release it's possible to use Autoscroll form source mode in File structure tool window for go sources. Navigate to... | File Structure action works now as well.

navigate_to

Changes

For a list of all changes in the plugin, you can visit this page.

Develop with pleasure!