我只是从eclipse换到IntelliJ,我找不到这个特殊的功能。
在Eclipse中,当光标位于方法调用的括号内并按Ctrl + Space时,它会告诉我此方法采用哪些参数。 IDEA中有类似的东西吗?
答案 0 :(得分:134)
使用CTRL + P(Mac的CMD + P),它应该显示类似的东西。 您也可以找到reference card (PDF)方便。
答案 1 :(得分:31)
CTRL + P (或Mac的 CMD + P )
IntelliJ IDEA EAP中有新功能:
参数名称提示
设置>编辑>一般>外观
JetBrains关于此功能的视频:https://youtu.be/ZfYOddEmaRw
相关问题 - IntelliJ shows method parameter hints on usage - How to disable it
我正在使用:
IntelliJ IDEA 2016.3 EAP
Build #IU-163.5219.11, built on September 27, 2016
答案 2 :(得分:25)
是 - 只需按CTRL-P。
答案 3 :(得分:10)
通过在IntelliJ / PhpStorm设置中调整" Autopopup" -timer,自动显示参数助手。
导航至:
File -> Settings -> Editor -> General -> Code Completion -> Autopopup in (ms)
将其设置为您喜欢的任何内容。等等5毫秒。
答案 4 :(得分:0)
如果键绑定设置为“默认”,则按Ctrl + P.