DIP 1019--Named Arguments Lite--Final Review

Andre Pany andre at s-e-a-p.de
Wed Aug 28 17:06:10 UTC 2019


On Wednesday, 28 August 2019 at 16:23:32 UTC, IGotD- wrote:
> 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.

 From your answer I am not sure you misunderstood the 
functionality. The source code is enhanced with the parameter 
names while reading the source code. You do not have to click 
anything.
Please see the example from the link.

Kind regards
Andre


More information about the Digitalmars-d mailing list