Android Studio Kotlin 显示参数方法名提示
2020-04-02 本文已影响0人
热心村民小林
设置路径: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.