KT-32368 Rework Inline hints settings // HintType cleanup

This commit is contained in:
Andrei Klunnyi
2020-07-08 17:47:56 +02:00
parent d6692a8062
commit 7a69cf587e
2 changed files with 1 additions and 17 deletions
@@ -415,15 +415,7 @@ hints.settings.lambda.receivers.parameters=Implicit receivers and parameters
hints.settings.suspending=Suspending calls
hints.title.property.type.disabled=Do not show property type hints
hints.title.locals.type.disabled=Do not show local variable type hints
hints.title.function.type.disabled=Do not show function return type hints
hints.title.parameter.type.disabled=Do not show parameter type hints
hints.title.argument.name.enabled=Argument name
hints.title.argument.name.disabled=Do not show argument name hints
hints.title.return.expression.disabled=Do not show lambda return expression hints
hints.title.implicit.parameters.disabled=Do not show hints for implicit receivers and parameters of lambdas
hints.title.suspend.calls.disabled=Do not show hints for suspending calls
presentation.text.paren=({0})
presentation.text.in.container.paren=(in {0})