Skip to content

'arguments' object not supported by findAllRefs/getOccurrences #2432

@DanielRosenwasser

Description

@DanielRosenwasser
function foo() {
    arguments;

    arguments;
}

Expected: Find all refs on either arguments will give you both of the above. Get occurrences will highlight both.

Actual: No highlighting, no references found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions