Skip to content

Go to Definition is not working for simple js object #2641

@yboukhata

Description

@yboukhata

Hi,

The Go to Definition seems not working for object methods.

In this example, clicking on Go to Definition in obj.method does anything.

var obj = {};

obj.method = function() {
    return true;
};

obj.method();

I think that it is a bug in Go to Definition.

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