在Eclipse Neon中,有没有简单的方法来在调用方法时知道参数的声明?

时间:2017-07-02 09:54:19

标签: eclipse methods eclipse-neon

当调用一个带有多个参数的方法(10)时,我希望能够知道我在哪个参数上空悬停/点击而不计算参数。

例如,假设我们有这种方法:

public void method1(String arg1,String arg2,String arg3,String arg4)

我们的代码使用: this.method1(“arg1test”,“arg2test”,null,“arg4test”) 有没有办法将鼠标悬停在/点击null并知道它被声明为“String arg3”?

感谢您的帮助

0 个答案:

没有答案
相关问题