Skip to content

Signature in hover tooltip cuts off at quoted semicolon #4

Open
@mikmart

Description

@mikmart
%macro cat(sep = %str(;)); %mend;
%macro cat(sep = ";"); %mend;
%macro cat(sep = ';'); %mend;

%cat(); /* Hover should show full signature, not cut off at the quoted semicolon. */

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions