【发布时间】:2019-10-23 10:54:00
【问题描述】:
The official documentation 我不清楚要提取它们之间的真正区别。 为了更容易理解,有人可以举一个例子或场景吗?
【问题讨论】:
-
"Go to declaration" 将您移动到代码中声明变量的位置(例如 String str="Hello")。 “转到类型声明”会将您转到声明变量类型的类(例如 String.class)。如果有的话,“Go to implementation”会带你去实现,见jetbrains.com/help/idea/…
-
你能解释一下Go to Declaration、Go to Type Declaration和Go to Implementation的哪些部分不清楚吗?
标签: java debugging intellij-idea navigation