Add multiple return args function completion for multiple assignments

Authored by ematirov on Aug 3 2017, 5:51 PM.

Description

Add multiple return args function completion for multiple assignments

Example:
func test() (x int, y bool) { return; }
...
var a int
var b bool
a, b = %CURSOR
should suggest "int x, bool y test()" with highest priority.

Details

Committed
ematirovAug 3 2017, 5:51 PM
Parents
R59:d277ebc49714: SVN_SILENT made messages (.desktop file) - always resolve ours
Branches
Unknown
Tags
Unknown