IDEA-299725 Move common refactoring features to platform

GitOrigin-RevId: 0c65d4b61ad1133fb3af42833c09322f8dc28e65
This commit is contained in:
Konstantin Hudyakov
2022-11-02 09:58:45 +02:00
committed by intellij-monorepo-bot
parent 940e166ae0
commit 3d39aff1b3
4 changed files with 52 additions and 82 deletions

View File

@@ -1,43 +1,4 @@
<component>
<group id="codeassists">
<feature
id="codeassists.surroundwith.statement"
tip-id="SurroundWith"
first-show="5"
successive-show="5"
min-usage-count="4"
/>
<!--
<feature
id="codeassists.surroundwith.expression"
tip-id="Surround"
first-show="6"
successive-show="5"
min-usage-count="3"
/>
-->
</group>
<group id="refactoring">
<feature
id="refactoring.introduceVariable"
tip-id="IntroduceVariable"
min-usage-count="5"
first-show="1"
successive-show="3"
/>
<feature
id="refactoring.rename"
tip-id="Rename"
min-usage-count="2"
first-show="1"
successive-show="3"
/>
</group>
<group id="ui">
<feature
id="ui.tree.speedsearch"