2017.3.1
Updates
- Built-in subs, namespaces and variables usages are now highlighted and you may find usages for them
- Spell checking is now available in Perl5 and POD files, by akashr
- You may now annotate methods with
#@returns *
, meaning that method returns $self, #247 - Context view with
Alt + Q
and navigation withAlt + Up/Down
works now, by johndunlap
Fixes
- Lookup elements for arrays now containing array slices
- Built-in array/hash elements and slices are now properly colored
- Plugin does not add empty
<perl/>
section to the iml file if perl roots were not configured - Mark Perl5 root action is unavailable if Perl5 support is not configured, unmark still available
- Improved
$self
type detection for tricky situations, #569 - Stack overflow exception in Go IDE/plugin, #1584
- Exception on override method action
Ctrl+O
- Exception in convert string to heredoc intention dialog