|
..
|
|
addBraces
|
|
addConstModifier
|
|
addForLoopIndices
|
|
addJvmOverloads
|
|
addNameToArgument
|
|
addOperatorModifier
|
|
addValOrVar
|
|
anonymousFunctionToLambda
|
|
branched
|
|
changeVisibility
|
|
conventionNameCalls
|
|
convertAssertToIf
|
|
convertCamelCaseTestFunctionToSpaced
|
|
convertForEachToForLoop
|
|
convertFunctionToProperty
|
|
convertIfWithThrowToAssert
|
|
convertLambdaToReference
|
|
convertNegatedBooleanSequence
|
|
convertNegatedExpressionWithDemorgansLaw
|
|
convertParameterToReceiver
|
|
convertPrimaryConstructorToSecondary
|
|
convertPropertyInitializerToGetter
|
|
convertPropertyToFunction
|
|
convertReceiverToParameter
|
|
convertSecondaryConstructorToPrimary
|
|
convertToBlockBody
|
|
convertToConcatenatedString
|
|
convertToExpressionBody
|
|
convertToForEachFunctionCall
|
|
convertToStringTemplate
|
|
copyConcatenatedStringToClipboard
|
|
declarations
|
|
deprecatedCallableAddReplaceWith
|
|
destructuringVariables
|
|
foldInitializerAndIfToElvis
|
|
implementAbstractMember
|
|
implementAsConstructorParameter
|
|
importAllMembers
|
|
importMember
|
|
infixCallToOrdinary
|
|
insertCurlyBracesToTemplate
|
|
insertExplicitTypeArguments
|
|
introduceBackingProperty
|
|
introduceVariable
|
|
invertIfCondition
|
|
iterateExpression
|
|
iterationOverMap
|
|
loopToCallChain
|
|
moveAssignmentToInitializer
|
|
moveLambdaInsideParentheses
|
|
moveLambdaOutsideParentheses
|
|
moveOutOfCompanion
|
|
moveToCompanion
|
|
objectLiteralToLambda
|
|
operatorToFunction
|
|
reconstructTypeInCastOrIs
|
|
removeArgumentName
|
|
removeAtFromAnnotationArgument
|
|
removeBraces
|
|
removeCurlyBracesFromTemplate
|
|
removeEmptyClassBody
|
|
removeEmptyParenthesesFromLambdaCall
|
|
removeExplicitLambdaParameterTypes
|
|
removeExplicitSuperQualifier
|
|
removeExplicitType
|
|
removeExplicitTypeArguments
|
|
removeForLoopIndices
|
|
removeRedundantCallsOfConversionMethods
|
|
removeSingleExpressionStringTemplate
|
|
removeUnnecessaryParentheses
|
|
replaceArrayEqualityOpWithArraysEquals
|
|
replaceExplicitFunctionLiteralParamWithIt
|
|
replaceItWithExplicitFunctionLiteralParam
|
|
replaceMathMaxWithCoerceAtLeast
|
|
replaceMathMinWithCoerceAtMost
|
|
replaceRangeToWithUntil
|
|
replaceSingleLineLetIntention
|
|
replaceSizeCheckWithIsNotEmpty
|
|
replaceSizeZeroCheckWithIsEmpty
|
|
replaceSubstringWithDropLast
|
|
replaceSubstringWithSubstringAfter
|
|
replaceSubstringWithSubstringBefore
|
|
replaceSubstringWithTake
|
|
replaceUntilWithRangeTo
|
|
replaceWithOperatorAssignment
|
|
replaceWithOrdinaryAssignment
|
|
simplifyAssertNotNull
|
|
simplifyBooleanWithConstants
|
|
simplifyNegatedBinaryExpression
|
|
specifyExplicitLambdaSignature
|
|
specifyTypeExplicitly
|
|
splitIf
|
|
swapBinaryExpression
|
|
toInfixCall
|
|
toOrdinaryStringLiteral
|
|
toRawStringLiteral
|
|
usePropertyAccessSyntax
|
|
useWithIndex
|