-
Notifications
You must be signed in to change notification settings - Fork 567
Open
Labels
Description
- Plugin version: 0.12.1799
- IDE name and version: 2016.2.3
- OS name and version: OS X El Capitan 10.11.5
While writing function arguments,it will be good, if the first autocomplete propositions have the same type as the argument type.
For instance, in example below, it will be cool, if first proposition is bd
, which has the same type as the function argument.
Also, it will be good, if after variables with the same type, there are functions, which have the same return type as the argument type
And the same thing in assignment to variable.