[fpc-pascal] Named optional arguments

Jonas Maebe jonas at freepascal.org
Sat Nov 27 11:10:08 CET 2021


On 27/11/2021 03:32, Ryan Joseph via fpc-pascal wrote:
> 1) Original form (the compiler doesn't use spaces between punctuation). Very difficult to read if nothing else because the lack of spaces but it's also not clear at all which params are which. Even code tools are going to not help very much unless they can hilight the parameters in the editor.

That's exactly what Lazarus does: place your cursor on any of the 
parameters and press ctrl-shift-space. It will show you the declaration 
with the current parameter in bold.


Jonas


More information about the fpc-pascal mailing list