Feature: Type-aware function snippet #170
kontomondo
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would be great if there was a shortcut that would expand into a lambda with parameters already filled in and the cursor placed inside the body of the lambda:
Examples:
Typing
would expand to
and
would expand to
If we can't get the parameter names from F# compiler services it makes it a bit less useful, as it would just list through a standard set x, y, z, a, b, c, etc.
Beta Was this translation helpful? Give feedback.
All reactions