Skip to content

Parameter Info

pavlospt edited this page Oct 13, 2014 · 1 revision

This is the same list of parameter names as the one that appears when you are writing a method call. It is useful when you want to see an existing method's params.

The Parameter under your cursor will be in yellow. If nothing is in yellow, that means that the method call is not valid, probably something that is not casted right (e.g. a float in an int param).

When you are writing a method call and you dismiss it by accident, like I usually do, you can also type a comma (,) to trigger the parameter info.

Shortcut :

  • Mac: Cmd+P
  • windows/linux: Ctrl+P

Clone this wiki locally