Join Slack
Powered by
Is there an intention to generate argument names t...
# intellij
d
damian
12/18/2017, 8:34 PM
Is there an intention to generate argument names to a function call before they're supplied? like
Add names to call arguments
, but before any arguments are supplied... outputting something like
Copy code
val foo = bar( a = TODO(), b = TODO(), // etc )
Open in Slack
Previous
Next