How to show method parameters hint in Intellij IDEA?

前端 未结 5 2032
生来不讨喜
生来不讨喜 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:57

    If you have non-standard bindings (or want to change what this is bound to), then look here:

    Settings > Keymap > Main menu > View > Tool Windows > Parameter Info

    And see what the binding is and/or change it to what you want.

提交回复
热议问题