1 2 3 4 5 6 7
const m = obj.method; // ^ @variable.other.member const s = `${obj.compute()}`; // ^ @function.method obj.first().second(); // ^ @function.method // ^ @function.method