1.0.0.alpha#460
Pre-release
Pre-release
Changes since 0.9.402 (21.07.2015)
This release brings further enhancements and small improvements to the plugin.
The most notable change is the addition of "Introduce variable refactoring". This allows you to create new variables from values automatically.
Features and enhancements:
- Introduce variable refactoring #1772
- Better new function template #1979
- Autoimport packages on the fly. IDE will import packages you're using automatically while you typing if there is just a single package with given name
- Completion improvements for func, interface and struct keywords #1798
- New inspection that check nil assignments without explicit type (thanks to @azhidkov)
- Added ability to exclude particular packages from autoimport and completion. Just take a look at the new configuration page at
Laguages & Frameworks | Go | Auto Import
or just pressAlt+Enter
on completion item #1382
Fixes
- Wrong expression result count on builtin functions calls #1696
- Unresolved method #1739
- Specify relative directory for building #1515
- Fix nil assignment inspection for short vars, constants declarations #1785
- Reformatting code does not work correctly #1795
For a list of all changes in the plugin, you can visit this page.
Develop with pleasure!