DIP 1019--Named Arguments Lite--Final Review

IGotD- nise at nise.com
Wed Aug 28 16:23:32 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

Many editors let you right click to an option that takes you to 
the declaration of the function that you use. Maybe not as 
supported with D as with C/C++ though.

The only reason for the named arguments are optional arguments as 
I see it.


More information about the Digitalmars-d mailing list