Closed
Description
From @yboukhata on February 2, 2016 13:16
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.
Copied from original issue: microsoft/vscode#2641