Android Studio Kotlin 显示参数方法名提示

设置路径:settings->Editor->General->Appearance->Show parameter name hints

设置界面
  • show property type hints.(显示属性类型提示。)

  • show local variable type hints.(显示局部变量类型提示。)

  • show function return type hints.(显示函数返回类型提示。)

  • show parameter type hints.(显示参数类型提示。)

  • show argument name hints.(显示参数名称提示。)

  • show lambda return expression hints.(显示lambda返回表达式提示。)

  • show hints for implicit receivers and parameters of lambdas.(显示有关隐式接收器和lambda参数的提示。)

  • show hints for suspending calls.

你可能感兴趣的:(Android Studio Kotlin 显示参数方法名提示)