<replaceConfigurationname="IdeaVim run for each caret"description="Please use IdeaVim version of `runForEachCaret` function"suppressId="ideavimRunForEachCaret"problemDescriptor="Replace with IdeaVim version"text="$editor$.caretModel.runForEachCaret { $expr$ }"recursive="false"caseInsensitive="false"type="Kotlin"pattern_context="default"reformatAccordingToStyle="true"shortenFQN="false"replacement="$editor$.vimForEachCaret { $expr$ }">
<replaceConfigurationname="Use IdeaVim method instead of the fixture"uuid="0f74da52-7360-33ae-9b40-d771aa128de6"description="Use assertState and other functions instead of myFixture.checkResult. This function also preformes assertion in neovim"suppressId="IdeaVimAssertState"problemDescriptor="Use IdeaVim testing methods"text="$fixture$.$check$($data$)"recursive="false"caseInsensitive="false"type="Kotlin"pattern_context="default"reformatAccordingToStyle="true"shortenFQN="false"replacement="assertState($data$)">
<replaceConfigurationname="Use IdeaVim method instead of the fixture"uuid="0f74da52-7360-33ae-9b40-d771aa128de6"text="$fixture$.$check$($fileName$, $text$)"recursive="false"caseInsensitive="false"type="Kotlin"pattern_context="default"reformatAccordingToStyle="true"shortenFQN="false"replacement="configureByText($text$)">
<replaceConfigurationname="Use IdeaVim method instead of the fixture"uuid="0f74da52-7360-33ae-9b40-d771aa128de6"text="$fixture$.$check$($data$)"recursive="false"caseInsensitive="false"type="JAVA"pattern_context="default"reformatAccordingToStyle="true"shortenFQN="true"replacement="assertState($data$)">
<replaceConfigurationname="Use IdeaVim method instead of the fixture"uuid="0f74da52-7360-33ae-9b40-d771aa128de6"text="$fixture$.$configure$($first$, $second$)"recursive="false"caseInsensitive="false"type="JAVA"pattern_context="default"reformatAccordingToStyle="true"shortenFQN="true"replacement="configureByText($second$)">