Skip to content

1.0.0.alpha#1262

Pre-release
Pre-release
Compare
Choose a tag to compare
@zolotov zolotov released this 06 Apr 06:14

Changes since 0.11.1236 (28.03.2016)

To install the plugin, visit the readme.

This release focuses mostly on fixes and improvements. It contains fixes in resolution algorithms and in running tests mechanism.

Read/Write access

New inspections and quick fixes

In this release, the part which is responsible for detecting read/write access to variables was completely rewritten. Based on this the new inspection _ used as value inspection is introduced and added new Replace with ':=' quick fix for unresolved variables with write access.

replace_with_declaration

underscore_as_value

Improved inspections and quick fixes

Also Introduce constants quick fix won't be suggested for unresolved variables with write access and Cannot assign to constant catches more cases now.

unresolved_expression_quickfix_1

unresolved_expression_quickfix_2

Find usages grouping

Grouping by read/write access in find usages works more accurate as well.

read_write_grouping

Run configurations

Now you can see real GOROOT and GOPATH values which are used during compilation and running your application. Also, now there is an easy way to restart run configuration after compilation error.

rerun_on_compilation_error

Changes

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

Develop with pleasure!