tree: 7d168146f189804debe0afee92679c47162f8c07 [path history] [tgz]
  1. AddActivityToManifest/
  2. AddAnnotationUseSiteTargetIntention/
  3. AddBracesIntention/
  4. AddBroadcastReceiverToManifest/
  5. AddConstModifierIntention/
  6. AddForLoopIndicesIntention/
  7. AddJvmOverloadsIntention/
  8. AddJvmStaticIntention/
  9. AddLabeledReturnInLambdaIntention/
  10. AddMissingClassKeywordIntention/
  11. AddMissingDestructuringIntention/
  12. AddNamesToCallArgumentsIntention/
  13. AddNamesToFollowingArgumentsIntention/
  14. AddNameToArgumentIntention/
  15. AddOpenModifierIntention/
  16. AddPropertyAccessorsIntention/
  17. AddPropertyGetterIntention/
  18. AddPropertySetterIntention/
  19. AddServiceToManifest/
  20. AddThrowsAnnotationIntention/
  21. AddUnderscoresToNumericLiteralIntention/
  22. AddValVarToConstructorParameterActionIntention/
  23. AddWhenRemainingBranchesIntention/
  24. AnonymousFunctionToLambdaIntention/
  25. ChangePackageIntention/
  26. ChangeVisibilityModifierIntentionInternal/
  27. ChangeVisibilityModifierIntentionPrivate/
  28. ChangeVisibilityModifierIntentionProtected/
  29. ChangeVisibilityModifierIntentionPublic/
  30. ChopArgumentListIntention/
  31. ChopParameterListIntention/
  32. ConvertArrayParameterToVarargIntention/
  33. ConvertBinaryExpressionWithDemorgansLawIntention/
  34. ConvertBlockCommentToLineCommentIntention/
  35. ConvertCamelCaseTestFunctionToSpacedIntention/
  36. ConvertCollectionConstructorToFunction/
  37. ConvertEnumToSealedClassIntention/
  38. ConvertForEachToForLoopIntention/
  39. ConvertFunctionToPropertyIntention/
  40. ConvertFunctionTypeParameterToReceiverIntention/
  41. ConvertFunctionTypeReceiverToParameterIntention/
  42. ConvertLambdaToMultiLineIntention/
  43. ConvertLambdaToReferenceIntention/
  44. ConvertLambdaToSingleLineIntention/
  45. ConvertLateinitPropertyToNullableIntention/
  46. ConvertLazyPropertyToOrdinaryIntention/
  47. ConvertLineCommentToBlockCommentIntention/
  48. ConvertMemberToExtensionIntention/
  49. ConvertNullablePropertyToLateinitIntention/
  50. ConvertObjectLiteralToClassIntention/
  51. ConvertOrdinaryPropertyToLazyIntention/
  52. ConvertParameterToReceiverIntention/
  53. ConvertPrimaryConstructorToSecondaryIntention/
  54. ConvertPropertyGetterToInitializerIntention/
  55. ConvertPropertyInitializerToGetterIntention/
  56. ConvertPropertyToFunctionIntention/
  57. ConvertRangeCheckToTwoComparisonsIntention/
  58. ConvertReceiverToParameterIntention/
  59. ConvertReferenceToLambdaIntention/
  60. ConvertSealedClassToEnumIntention/
  61. ConvertSecondaryConstructorToPrimaryIntention/
  62. ConvertSnakeCaseTestFunctionToSpacedIntention/
  63. ConvertToAlsoIntention/
  64. ConvertToApplyIntention/
  65. ConvertToBlockBodyIntention/
  66. ConvertToConcatenatedStringIntention/
  67. ConvertToExpressionBodyIntention/
  68. ConvertToForEachFunctionCallIntention/
  69. ConvertToRawStringTemplateIntention/
  70. ConvertToRunIntention/
  71. ConvertToStringTemplateIntention/
  72. ConvertToWithIntention/
  73. ConvertTryFinallyToUseCallIntention/
  74. ConvertUnsafeCastCallToUnsafeCastIntention/
  75. ConvertUnsafeCastToUnsafeCastCallIntention/
  76. ConvertVarargParameterToArrayIntention/
  77. ConvertVariableAssignmentToExpressionIntention/
  78. CopyConcatenatedStringToClipboardIntention/
  79. CreateKotlinSubClassIntention/
  80. DestructureIntention/
  81. DoubleBangToIfThenIntention/
  82. EliminateWhenSubjectIntention/
  83. ElvisToIfThenIntention/
  84. EvaluateCompileTimeExpressionIntention/
  85. ExpandBooleanExpressionIntention/
  86. ExtractDeclarationFromCurrentFileIntention/
  87. FlattenWhenIntention/
  88. FoldBranchedExpressionIntentionFoldIfToReturnAsymmetricallyIntention/
  89. FoldIfToReturnAsymmetricallyIntention/
  90. HLAddFunctionReturnTypeIntention/
  91. HLSpecifyExplicitTypeForCallableDeclarationIntention/
  92. IfToWhenIntention/
  93. ImplementAbstractMemberAsConstructorParameterIntention/
  94. ImplementAbstractMemberIntention/
  95. ImplementParcelableAction/
  96. ImportAllMembersIntention/
  97. ImportMemberIntention/
  98. IndentRawStringIntention/
  99. InfixCallToOrdinaryIntention/
  100. InsertCurlyBracesToTemplateIntention/
  101. InsertExplicitTypeArgumentsIntention/
  102. IntroduceBackingPropertyIntention/
  103. IntroduceImportAliasIntention/
  104. IntroduceVariableIntention/
  105. InvertIfConditionIntention/
  106. IterateExpressionIntention/
  107. JoinArgumentListIntention/
  108. JoinDeclarationAndAssignmentIntention/
  109. JoinParameterListIntention/
  110. KotlinAndroidAddStringResource/
  111. KotlinCreateTestIntention/
  112. KotlinSignatureAnnotationIntention/
  113. LambdaToAnonymousFunctionIntention/
  114. MavenPluginSourcesMoveToBuild/
  115. MavenPluginSourcesMoveToExecutionIntention/
  116. MergeElseIfIntention/
  117. MergeIfsIntention/
  118. MoveLambdaInsideParenthesesIntention/
  119. MoveMemberOutOfCompanionObjectIntention/
  120. MoveMemberToCompanionObjectIntention/
  121. MoveMemberToTopLevelIntention/
  122. MovePropertyToClassBodyIntention/
  123. MovePropertyToConstructorIntention/
  124. NullableBooleanEqualityCheckToElvisIntention/
  125. ObjectLiteralToLambdaIntention/
  126. OperatorToFunctionIntention/
  127. ReconstructTypeInCastOrIsIntention/
  128. RedoParcelableAction/
  129. RemoveArgumentNameIntention/
  130. RemoveAtFromAnnotationArgumentIntention/
  131. RemoveBracesIntention/
  132. RemoveConstructorKeywordIntention/
  133. RemoveEmptyClassBodyIntention/
  134. RemoveEmptyParenthesesFromLambdaCallIntention/
  135. RemoveEmptyPrimaryConstructorIntention/
  136. RemoveEmptySecondaryConstructorBodyIntention/
  137. RemoveExplicitLambdaParameterTypesIntention/
  138. RemoveExplicitSuperQualifierIntention/
  139. RemoveExplicitTypeArgumentsIntention/
  140. RemoveExplicitTypeIntention/
  141. RemoveForLoopIndicesIntention/
  142. RemoveLabeledReturnInLambdaIntention/
  143. RemoveParcelableAction/
  144. RemoveRedundantCallsOfConversionMethodsIntention/
  145. RemoveSingleExpressionStringTemplateIntention/
  146. RemoveUnderscoresFromNumericLiteralIntention/
  147. RemoveUnnecessaryParenthesesIntention/
  148. RenameClassToContainingFileNameIntention/
  149. RenameFileToMatchClassIntention/
  150. ReplaceAddWithPlusAssignIntention/
  151. ReplaceCallWithUnaryOperatorIntention/
  152. ReplaceContainsIntention/
  153. ReplaceExplicitFunctionLiteralParamWithItIntention/
  154. ReplaceInvokeIntention/
  155. ReplaceItWithExplicitFunctionLiteralParamIntention/
  156. ReplaceMapGetOrDefaultIntention/
  157. ReplaceSizeCheckWithIsNotEmptyIntention/
  158. ReplaceSizeZeroCheckWithIsEmptyIntention/
  159. ReplaceUnderscoreWithParameterNameIntention/
  160. ReplaceUntilWithRangeToIntention/
  161. ReplaceWithOrdinaryAssignmentIntention/
  162. SafeAccessToIfThenIntention/
  163. SamConversionToAnonymousObjectIntention/
  164. SimplifyBooleanWithConstantsIntention/
  165. SpecifyExplicitLambdaSignatureIntention/
  166. SpecifyTypeExplicitlyInDestructuringAssignmentIntention/
  167. SpecifyTypeExplicitlyIntention/
  168. SplitIfIntention/
  169. SplitPropertyDeclarationIntention/
  170. SuppressLintIntentionAction/
  171. SwapBinaryExpressionIntention/
  172. SwapStringEqualsIgnoreCaseIntention/
  173. ToInfixCallIntention/
  174. ToOrdinaryStringLiteralIntention/
  175. ToRawStringLiteralIntention/
  176. TrailingCommaIntention/
  177. UnfoldAssignmentToIfIntention/
  178. UnfoldAssignmentToWhenIntention/
  179. UnfoldBranchedExpressionIntentionUnfoldAssignmentToIfIntention/
  180. UnfoldBranchedExpressionIntentionUnfoldAssignmentToWhenIntention/
  181. UnfoldBranchedExpressionIntentionUnfoldPropertyToIfIntention/
  182. UnfoldBranchedExpressionIntentionUnfoldPropertyToWhenIntention/
  183. UnfoldBranchedExpressionIntentionUnfoldReturnToIfIntention/
  184. UnfoldBranchedExpressionIntentionUnfoldReturnToWhenIntention/
  185. UnfoldPropertyToIfIntention/
  186. UnfoldPropertyToWhenIntention/
  187. UnfoldReturnToIfIntention/
  188. UnfoldReturnToWhenIntention/
  189. UsePropertyAccessSyntaxIntention/
  190. UseWithIndexIntention/
  191. ValToObjectIntention/
  192. WhenToIfIntention/