DIP 1019--Named Arguments Lite--Final Review

JN 666total at wp.pl
Fri Aug 30 08:35:10 UTC 2019


On Wednesday, 28 August 2019 at 12:44:45 UTC, Andre Pany wrote:
>
> IntelliJ IDEA has a functionality to show parameter names in 
> source code:
>
> https://www.jetbrains.com/help/rider/Inline_Parameter_Name_Hints.html
>
> This functionality does what the current goal of the DIP is.
>
> Unfortunately it isn't currently implemented in the D plugin 
> for Intellij.
>
>
> Kind regards
> Andre

It does one part of the functionality, which is making function 
calls clearer. But so can every IDE tell you the args. Likewise, 
when opening a ( in function call in an IDE, they often show 
"ghost" argument names that you can fill in the gaps.

But these IDE features don't solve the "long parameter list with 
most being optional" (kinda like Builder pattern) thing, which 
this DIP also resolves.



More information about the Digitalmars-d mailing list