code-d
code-d copied to clipboard
Function pointers displays less information than default functions
void function(int a, string b) doIt;
doIt(50, "aaa"); //CTRL+Space does not highlight the current parameter here
Default function:

Function pointer:

It is possible to notice that there is no bold for current argument, there is no inline documentation (It is accessible only when CTRL+ Mouse Hover)