Hi, maybe this is a bug but is not showing any intellisense regarding with the current object.
TypeScript Version: 1.8.0
Code
interfacePerson{name : string;lastName : string;age: number;greet() : string;}varPeople : Person[]=[{name : "Santi",lastName : "Aguilar",age : 21,greet : function(){returnthis.name;}}]Expected behavior:
Offer intellisense for the current object (this)
Actual behavior:

Hi, maybe this is a bug but is not showing any intellisense regarding with the current object.
TypeScript Version: 1.8.0
Code
Expected behavior:
Offer intellisense for the current object (this)
Actual behavior: