Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Allow type inference when completing function arguments #44

Open
bjansen opened this issue Apr 22, 2016 · 0 comments
Open

Allow type inference when completing function arguments #44

bjansen opened this issue Apr 22, 2016 · 0 comments
Milestone

Comments

@bjansen
Copy link
Contributor

bjansen commented Apr 22, 2016

When calling completion on myList.remo, it would be nice to have an option to generate

myList.removeWhere((element) => nothing)

instead of things like

myList.removeWhere((\IvfsKeychain.VfsKey<out Anything> element) => nothing)

And also include element in the linked mode.

@bjansen bjansen modified the milestone: 1.3.1 Sep 18, 2016
@bjansen bjansen modified the milestones: 1.3.1, 1.3.2 Nov 21, 2016
@bjansen bjansen modified the milestones: 1.3.2, 1.3.3 Mar 2, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant