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