Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
idea
/
resources-en
/
intentionDescriptions
tree: 53e12db9d42c81a158f1e0d0007f096be0043665 [
path history
]
[
tgz
]
AddActivityToManifest/
AddAnnotationUseSiteTargetIntention/
AddBracesIntention/
AddBroadcastReceiverToManifest/
AddConstModifierIntention/
AddForLoopIndicesIntention/
AddJvmOverloadsIntention/
AddJvmStaticIntention/
AddLabeledReturnInLambdaIntention/
AddMissingClassKeywordIntention/
AddMissingDestructuringIntention/
AddNamesToCallArgumentsIntention/
AddNamesToFollowingArgumentsIntention/
AddNameToArgumentIntention/
AddOpenModifierIntention/
AddPropertyAccessorsIntention/
AddPropertyGetterIntention/
AddPropertySetterIntention/
AddServiceToManifest/
AddThrowsAnnotationIntention/
AddUnderscoresToNumericLiteralIntention/
AddValVarToConstructorParameterActionIntention/
AddWhenRemainingBranchesIntention/
AnonymousFunctionToLambdaIntention/
ChangePackageIntention/
ChangeVisibilityModifierIntentionInternal/
ChangeVisibilityModifierIntentionPrivate/
ChangeVisibilityModifierIntentionProtected/
ChangeVisibilityModifierIntentionPublic/
ChopArgumentListIntention/
ChopParameterListIntention/
ConvertArrayParameterToVarargIntention/
ConvertBinaryExpressionWithDemorgansLawIntention/
ConvertBlockCommentToLineCommentIntention/
ConvertCamelCaseTestFunctionToSpacedIntention/
ConvertCollectionConstructorToFunction/
ConvertEnumToSealedClassIntention/
ConvertForEachToForLoopIntention/
ConvertFunctionToPropertyIntention/
ConvertFunctionTypeParameterToReceiverIntention/
ConvertFunctionTypeReceiverToParameterIntention/
ConvertLambdaToMultiLineIntention/
ConvertLambdaToReferenceIntention/
ConvertLambdaToSingleLineIntention/
ConvertLateinitPropertyToNullableIntention/
ConvertLazyPropertyToOrdinaryIntention/
ConvertLineCommentToBlockCommentIntention/
ConvertMemberToExtensionIntention/
ConvertNullablePropertyToLateinitIntention/
ConvertObjectLiteralToClassIntention/
ConvertOrdinaryPropertyToLazyIntention/
ConvertParameterToReceiverIntention/
ConvertPrimaryConstructorToSecondaryIntention/
ConvertPropertyGetterToInitializerIntention/
ConvertPropertyInitializerToGetterIntention/
ConvertPropertyToFunctionIntention/
ConvertRangeCheckToTwoComparisonsIntention/
ConvertReceiverToParameterIntention/
ConvertReferenceToLambdaIntention/
ConvertSealedClassToEnumIntention/
ConvertSecondaryConstructorToPrimaryIntention/
ConvertSnakeCaseTestFunctionToSpacedIntention/
ConvertToAlsoIntention/
ConvertToApplyIntention/
ConvertToBlockBodyIntention/
ConvertToConcatenatedStringIntention/
ConvertToExpressionBodyIntention/
ConvertToForEachFunctionCallIntention/
ConvertToRawStringTemplateIntention/
ConvertToRunIntention/
ConvertToStringTemplateIntention/
ConvertToWithIntention/
ConvertTryFinallyToUseCallIntention/
ConvertUnsafeCastCallToUnsafeCastIntention/
ConvertUnsafeCastToUnsafeCastCallIntention/
ConvertVarargParameterToArrayIntention/
CopyConcatenatedStringToClipboardIntention/
CreateKotlinSubClassIntention/
DestructureIntention/
DoubleBangToIfThenIntention/
EliminateWhenSubjectIntention/
ElvisToIfThenIntention/
ExtractDeclarationFromCurrentFileIntention/
FlattenWhenIntention/
FoldBranchedExpressionIntentionFoldIfToReturnAsymmetricallyIntention/
FoldIfToReturnAsymmetricallyIntention/
IfToWhenIntention/
ImplementAbstractMemberAsConstructorParameterIntention/
ImplementAbstractMemberIntention/
ImplementParcelableAction/
ImportAllMembersIntention/
ImportMemberIntention/
IndentRawStringIntention/
InfixCallToOrdinaryIntention/
InsertCurlyBracesToTemplateIntention/
InsertExplicitTypeArgumentsIntention/
IntroduceBackingPropertyIntention/
IntroduceImportAliasIntention/
IntroduceVariableIntention/
InvertIfConditionIntention/
IterateExpressionIntention/
JoinArgumentListIntention/
JoinDeclarationAndAssignmentIntention/
JoinParameterListIntention/
KotlinAndroidAddStringResource/
KotlinCreateTestIntention/
KotlinSignatureAnnotationIntention/
LambdaToAnonymousFunctionIntention/
MavenPluginSourcesMoveToBuild/
MavenPluginSourcesMoveToExecutionIntention/
MergeElseIfIntention/
MergeIfsIntention/
MoveLambdaInsideParenthesesIntention/
MoveMemberOutOfCompanionObjectIntention/
MoveMemberToCompanionObjectIntention/
MoveMemberToTopLevelIntention/
MovePropertyToClassBodyIntention/
MovePropertyToConstructorIntention/
NullableBooleanEqualityCheckToElvisIntention/
ObjectLiteralToLambdaIntention/
OperatorToFunctionIntention/
ReconstructTypeInCastOrIsIntention/
RedoParcelableAction/
RemoveArgumentNameIntention/
RemoveAtFromAnnotationArgumentIntention/
RemoveBracesIntention/
RemoveConstructorKeywordIntention/
RemoveEmptyClassBodyIntention/
RemoveEmptyParenthesesFromLambdaCallIntention/
RemoveEmptyPrimaryConstructorIntention/
RemoveEmptySecondaryConstructorBodyIntention/
RemoveExplicitLambdaParameterTypesIntention/
RemoveExplicitSuperQualifierIntention/
RemoveExplicitTypeArgumentsIntention/
RemoveExplicitTypeIntention/
RemoveForLoopIndicesIntention/
RemoveLabeledReturnInLambdaIntention/
RemoveParcelableAction/
RemoveRedundantCallsOfConversionMethodsIntention/
RemoveSingleExpressionStringTemplateIntention/
RemoveUnderscoresFromNumericLiteralIntention/
RemoveUnnecessaryParenthesesIntention/
RenameClassToContainingFileNameIntention/
RenameFileToMatchClassIntention/
ReplaceAddWithPlusAssignIntention/
ReplaceCallWithUnaryOperatorIntention/
ReplaceContainsIntention/
ReplaceExplicitFunctionLiteralParamWithItIntention/
ReplaceInvokeIntention/
ReplaceItWithExplicitFunctionLiteralParamIntention/
ReplaceMapGetOrDefaultIntention/
ReplaceSizeCheckWithIsNotEmptyIntention/
ReplaceSizeZeroCheckWithIsEmptyIntention/
ReplaceUnderscoreWithParameterNameIntention/
ReplaceUntilWithRangeToIntention/
ReplaceWithOrdinaryAssignmentIntention/
SafeAccessToIfThenIntention/
SamConversionToAnonymousObjectIntention/
SimplifyBooleanWithConstantsIntention/
SpecifyExplicitLambdaSignatureIntention/
SpecifyTypeExplicitlyInDestructuringAssignmentIntention/
SpecifyTypeExplicitlyIntention/
SplitIfIntention/
SplitPropertyDeclarationIntention/
SuppressLintIntentionAction/
SwapBinaryExpressionIntention/
SwapStringEqualsIgnoreCaseIntention/
ToInfixCallIntention/
ToOrdinaryStringLiteralIntention/
ToRawStringLiteralIntention/
TrailingCommaIntention/
UnfoldAssignmentToIfIntention/
UnfoldAssignmentToWhenIntention/
UnfoldBranchedExpressionIntentionUnfoldAssignmentToIfIntention/
UnfoldBranchedExpressionIntentionUnfoldAssignmentToWhenIntention/
UnfoldBranchedExpressionIntentionUnfoldPropertyToIfIntention/
UnfoldBranchedExpressionIntentionUnfoldPropertyToWhenIntention/
UnfoldBranchedExpressionIntentionUnfoldReturnToIfIntention/
UnfoldBranchedExpressionIntentionUnfoldReturnToWhenIntention/
UnfoldPropertyToIfIntention/
UnfoldPropertyToWhenIntention/
UnfoldReturnToIfIntention/
UnfoldReturnToWhenIntention/
UsePropertyAccessSyntaxIntention/
UseWithIndexIntention/
ValToObjectIntention/
WhenToIfIntention/