如果我定义一个类,例如:
export class MyTestClass {
public toggle() { // *
return true;
}
}
// * I changes the value to `toggle`,
// because this name is used often in libs,
// so the described behaviour might be easier to reproduce.
我做什么
选择testMethod
,然后单击Edit | Find | Find Usages
。
预期行为
所有出现的MyTestClass.testMethod
都列在结果集中
实际行为
列出了所有testMethod
的出现,甚至与MyTestClass
相关的 NOT 。
我的问题
是否可以告诉