This is a template for Structural Search and Replace to mark Props
interfaces
as external
. To use it, open SSR via File | Find | Replace Structurally, click on the wrench icon, and select "Import Template from Clipboard". You can then click "Find" and "Replace All" to annotate all interfaces properly.
<replaceConfiguration name="Mark Props interface as external" text="interface $name$ : Props" recursive="false" caseInsensitive="true" type="Kotlin" pattern_context="default" reformatAccordingToStyle="false" shortenFQN="false" replacement="external interface $name$ : Props">
<constraint name="__context__" within="" contains="" />
<constraint name="name" within="" contains="" />
</replaceConfiguration>