How to show method parameters hint in Intellij IDEA?

前端 未结 5 2031
生来不讨喜
生来不讨喜 2021-01-30 15:48

int beginIndex, int endIndex

is important when we invoke methods.

How to show this when the cursor is in the brackets?

5条回答
  •  太阳男子
    2021-01-30 15:52

    Default shortcut to show parameter info in IDEA is ctrl+P.

    Here is a sheet from JetBrains with this and other useful keyboard shortcuts: https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf

提交回复
热议问题