Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Victor
Total activity
3
Last activity
December 20, 2019 15:12
Member since
December 20, 2019 15:10
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (0)
Comments (1)
Victor
commented,
December 20, 2019 15:12
+100000 Named args are a de-facto best practice, and it would help a lot to have a method call pre-filled with e.g.: ``` myFunc(id = , numerator = , denomenator = ) ```
Community
Scala
Is there a feature to automatically add in named parameters for new functions?
0 votes