tree: de6c7c830647904509800c56c89d5943e80e0127 [path history] [tgz]
  1. AddBracesIntention/
  2. ConvertAssertToIfWithThrowIntention/
  3. ConvertIfWithThrowToAssertIntention/
  4. ConvertMemberToExtension/
  5. ConvertNegatedBooleanSequenceIntention/
  6. ConvertNegatedExpressionWithDemorgansLawIntention/
  7. ConvertToBlockBodyAction/
  8. ConvertToConcatenatedStringIntention/
  9. ConvertToExpressionBodyAction/
  10. ConvertToForEachFunctionCallIntention/
  11. ConvertToForEachLoopIntention/
  12. ConvertToStringTemplateIntention/
  13. DoubleBangToIfThenIntention/
  14. EliminateWhenSubjectIntention/
  15. ElvisToIfThenIntention/
  16. FlattenWhenIntention/
  17. FoldBranchedExpressionIntentionFoldIfToAssignmentIntention/
  18. FoldBranchedExpressionIntentionFoldIfToReturnAsymmetricallyIntention/
  19. FoldBranchedExpressionIntentionFoldIfToReturnIntention/
  20. FoldBranchedExpressionIntentionFoldWhenToAssignmentIntention/
  21. FoldBranchedExpressionIntentionFoldWhenToReturnIntention/
  22. FoldIfToAssignmentIntention/
  23. FoldIfToReturnAsymmetricallyIntention/
  24. FoldIfToReturnIntention/
  25. FoldWhenToAssignmentIntention/
  26. FoldWhenToReturnIntention/
  27. IfThenToDoubleBangIntention/
  28. IfThenToElvisIntention/
  29. IfThenToSafeAccessIntention/
  30. IfToWhenIntention/
  31. InsertCurlyBracesToTemplateIntention/
  32. InsertExplicitTypeArguments/
  33. IntroduceWhenSubjectIntention/
  34. InvertIfConditionIntention/
  35. KotlinSignatureAnnotationIntention/
  36. MakeTypeExplicitInLambdaIntention/
  37. MakeTypeImplicitInLambdaIntention/
  38. MergeWhenIntention/
  39. MoveLambdaInsideParenthesesIntention/
  40. MoveLambdaOutsideParenthesesIntention/
  41. OperatorToFunctionIntention/
  42. ReconstructTypeInCastOrIsAction/
  43. RemoveBracesIntention/
  44. RemoveCurlyBracesFromTemplateIntention/
  45. RemoveExplicitTypeArguments/
  46. RemoveUnnecessaryParenthesesIntention/
  47. ReplaceBinaryInfixIntention/
  48. ReplaceContainsIntention/
  49. ReplaceExplicitFunctionLiteralParamWithItIntention/
  50. ReplaceGetIntention/
  51. ReplaceInvokeIntention/
  52. ReplaceItWithExplicitFunctionLiteralParamIntention/
  53. ReplaceUnaryPrefixIntention/
  54. ReplaceWithDotQualifiedMethodCallIntention/
  55. ReplaceWithInfixFunctionCallIntention/
  56. ReplaceWithOperatorAssignIntention/
  57. ReplaceWithTraditionalAssignmentIntention/
  58. SafeAccessToIfThenIntention/
  59. SimplifyBooleanWithConstantsIntention/
  60. SimplifyNegatedBinaryExpressionIntention/
  61. SpecifyTypeExplicitlyAction/
  62. SplitIfIntention/
  63. SplitPropertyDeclarationIntention/
  64. SwapBinaryExpression/
  65. UnfoldAssignmentToIfIntention/
  66. UnfoldAssignmentToWhenIntention/
  67. UnfoldBranchedExpressionIntentionUnfoldAssignmentToIfIntention/
  68. UnfoldBranchedExpressionIntentionUnfoldAssignmentToWhenIntention/
  69. UnfoldBranchedExpressionIntentionUnfoldPropertyToIfIntention/
  70. UnfoldBranchedExpressionIntentionUnfoldPropertyToWhenIntention/
  71. UnfoldBranchedExpressionIntentionUnfoldReturnToIfIntention/
  72. UnfoldBranchedExpressionIntentionUnfoldReturnToWhenIntention/
  73. UnfoldPropertyToIfIntention/
  74. UnfoldPropertyToWhenIntention/
  75. UnfoldReturnToIfIntention/
  76. UnfoldReturnToWhenIntention/
  77. WhenToIfIntention/