美文网首页
Android Studio Kotlin 显示参数方法名提示

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

作者: 热心村民小林 | 来源:发表于2020-04-02 17:09 被阅读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.

相关文章

网友评论

      本文标题:Android Studio Kotlin 显示参数方法名提示

      本文链接:https://www.haomeiwen.com/subject/umaxphtx.html