Closed
Description
From @isidorn on January 26, 2016 16:20
- Have the following code:
Person.prototype.getName5 = function getName() {
return this.name;
};
Person.getNa
- Trigger intelli-sense on the last line, last column, getNa*
- The first two proposals are bogus and should not appear.
Copied from original issue: microsoft/vscode#2386