Skip to content

Support "Go to definition" for starred variants of commands #1197

@jdujava

Description

@jdujava

Consider the following:

\NewDocumentCommand{\foo}{s m}{%
    \IfBooleanTF{#1}{\textbf{#2}}{#2}%
}

\foo{bar}
\foo{barr}
\foo*{barrr}

"Go to definition" works properly only for the non-starred calls, similarly "Go to references".
I think it would be appropriate to include also starred variants.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions