Skip to content

Function pointers displays less information than default functions #422

@MrcSnm

Description

@MrcSnm
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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions