code-d icon indicating copy to clipboard operation
code-d copied to clipboard

Function pointers displays less information than default functions

Open MrcSnm opened this issue 3 years ago • 0 comments

void function(int a, string b) doIt;

doIt(50, "aaa"); //CTRL+Space does not highlight the current parameter here

Default function: image

Function pointer: image

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)

MrcSnm avatar Aug 03 '22 00:08 MrcSnm