tree: 1eeb139219e6dc20a86261c509762115afc2f247
  1. AddBracesIntention/
  2. AddConstModifierIntention/
  3. AddForLoopIndicesIntention/
  4. AddNameToArgumentIntention/
  5. AddOperatorModifierIntention/
  6. AddValVarToConstructorParameterActionIntention/
  7. AnonymousFunctionToLambdaIntention/
  8. ChangePackageIntention/
  9. ChangePackageToMatchDirectoryIntention/
  10. ChangeVisibilityModifierIntentionInternal/
  11. ChangeVisibilityModifierIntentionPrivate/
  12. ChangeVisibilityModifierIntentionProtected/
  13. ChangeVisibilityModifierIntentionPublic/
  14. ConvertAssertToIfWithThrowIntention/
  15. ConvertForEachToForLoopIntention/
  16. ConvertFunctionToPropertyIntention/
  17. ConvertIfWithThrowToAssertIntention/
  18. ConvertMemberToExtensionIntention/
  19. ConvertNegatedBooleanSequenceIntention/
  20. ConvertNegatedExpressionWithDemorgansLawIntention/
  21. ConvertParameterToReceiverIntention/
  22. ConvertPropertyInitializerToGetterIntention/
  23. ConvertPropertyToFunctionIntention/
  24. ConvertReceiverToParameterIntention/
  25. ConvertToBlockBodyIntention/
  26. ConvertToConcatenatedStringIntention/
  27. ConvertToExpressionBodyIntention/
  28. ConvertToForEachFunctionCallIntention/
  29. ConvertToStringTemplateIntention/
  30. DeprecatedCallableAddReplaceWithIntention/
  31. DoubleBangToIfThenIntention/
  32. EliminateWhenSubjectIntention/
  33. ElvisToIfThenIntention/
  34. FlattenWhenIntention/
  35. FoldBranchedExpressionIntentionFoldIfToAssignmentIntention/
  36. FoldBranchedExpressionIntentionFoldIfToReturnAsymmetricallyIntention/
  37. FoldBranchedExpressionIntentionFoldIfToReturnIntention/
  38. FoldBranchedExpressionIntentionFoldWhenToAssignmentIntention/
  39. FoldBranchedExpressionIntentionFoldWhenToReturnIntention/
  40. FoldIfToAssignmentIntention/
  41. FoldIfToReturnAsymmetricallyIntention/
  42. FoldIfToReturnIntention/
  43. FoldWhenToAssignmentIntention/
  44. FoldWhenToReturnIntention/
  45. IfNullToElvisIntention/
  46. IfThenToDoubleBangIntention/
  47. IfThenToElvisIntention/
  48. IfThenToSafeAccessIntention/
  49. IfToWhenIntention/
  50. ImplementAbstractMemberAsConstructorParameterIntention/
  51. ImplementAbstractMemberIntention/
  52. ImportAllMembersIntention/
  53. ImportMemberIntention/
  54. InfixCallToOrdinaryIntention/
  55. InsertCurlyBracesToTemplateIntention/
  56. InsertExplicitTypeArgumentsIntention/
  57. IntroduceBackingPropertyIntention/
  58. IntroduceWhenSubjectIntention/
  59. InvertIfConditionIntention/
  60. IterateExpressionIntention/
  61. KotlinCreateTestIntention/
  62. KotlinSignatureAnnotationIntention/
  63. MergeWhenIntention/
  64. MoveAssignmentToInitializerIntention/
  65. MoveDeclarationToSeparateFileIntention/
  66. MoveFileToPackageMatchingDirectoryIntention/
  67. MoveLambdaInsideParenthesesIntention/
  68. MoveLambdaOutsideParenthesesIntention/
  69. ObjectLiteralToLambdaIntention/
  70. OperatorToFunctionIntention/
  71. ReconstructTypeInCastOrIsIntention/
  72. RemoveArgumentNameIntention/
  73. RemoveBracesIntention/
  74. RemoveCurlyBracesFromTemplateIntention/
  75. RemoveExplicitLambdaParameterTypesIntention/
  76. RemoveExplicitSuperQualifierIntention/
  77. RemoveExplicitTypeArgumentsIntention/
  78. RemoveExplicitTypeIntention/
  79. RemoveForLoopIndicesIntention/
  80. RemoveUnnecessaryParenthesesIntention/
  81. ReplaceCallWithBinaryOperatorIntention/
  82. ReplaceCallWithUnaryOperatorIntention/
  83. ReplaceContainsIntention/
  84. ReplaceExplicitFunctionLiteralParamWithItIntention/
  85. ReplaceGetOrSetIntention/
  86. ReplaceInvokeIntention/
  87. ReplaceItWithExplicitFunctionLiteralParamIntention/
  88. ReplaceSubstringWithDropLastIntention/
  89. ReplaceSubstringWithSubstringAfterIntention/
  90. ReplaceSubstringWithSubstringBeforeIntention/
  91. ReplaceSubstringWithTakeIntention/
  92. ReplaceWithOperatorAssignmentIntention/
  93. ReplaceWithOrdinaryAssignmentIntention/
  94. SafeAccessToIfThenIntention/
  95. SimplifyAssertNotNullIntention/
  96. SimplifyBooleanWithConstantsIntention/
  97. SimplifyForIntention/
  98. SimplifyNegatedBinaryExpressionIntention/
  99. SpecifyExplicitLambdaSignatureIntention/
  100. SpecifyTypeExplicitlyIntention/
  101. SplitIfIntention/
  102. SplitPropertyDeclarationIntention/
  103. SwapBinaryExpressionIntention/
  104. ToInfixCallIntention/
  105. UnfoldAssignmentToIfIntention/
  106. UnfoldAssignmentToWhenIntention/
  107. UnfoldBranchedExpressionIntentionUnfoldAssignmentToIfIntention/
  108. UnfoldBranchedExpressionIntentionUnfoldAssignmentToWhenIntention/
  109. UnfoldBranchedExpressionIntentionUnfoldPropertyToIfIntention/
  110. UnfoldBranchedExpressionIntentionUnfoldPropertyToWhenIntention/
  111. UnfoldBranchedExpressionIntentionUnfoldReturnToIfIntention/
  112. UnfoldBranchedExpressionIntentionUnfoldReturnToWhenIntention/
  113. UnfoldPropertyToIfIntention/
  114. UnfoldPropertyToWhenIntention/
  115. UnfoldReturnToIfIntention/
  116. UnfoldReturnToWhenIntention/
  117. UsePropertyAccessSyntaxIntention/
  118. WhenToIfIntention/