Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 Netbeans 7.3 获得工具提示帮助?并排的下拉框让我转向正确的类和方法?谢谢杰克
您可以通过悬停在代码左侧具有某种灯泡的行来从 IDE 获取工具提示帮助,如下所示:
然后按下Alt-EnterIDE 将为您提供有关如何改进/修改代码的建议列表。
Alt-Enter
CTRL+SPACE您也可以通过在代码编辑器中按下来获得自动完成功能。这将显示有关方法/对象/等的任何 javadoc 信息,如下所示:
CTRL+SPACE