Files
openide/python/resources/ProductivityFeaturesRegistry.xml
Konstantin Hudyakov 940e166ae0 IDEA-299725 Move common code assistance features to platform
GitOrigin-RevId: c4ce15165a967d40fcdd57e83f44ca442c583f1f
2022-11-02 22:10:47 +00:00

97 lines
2.1 KiB
XML

<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"
tip-id="SpeedSearch"
first-show="5"
successive-show="4"
min-usage-count="6"
/>
<feature
id="ui.scheme.quickswitch"
tip-id="QuickSwitchScheme"
first-show="7"
successive-show="3"
min-usage-count="1"
/>
<feature
id="ui.recentchanges"
tip-id="RecentChanges"
first-show="5"
successive-show="5"
min-usage-count="1"
/>
<feature
id="ui.horizontal.scrolling"
tip-id="HorizontalScrolling"
first-show="1"
successive-show="1"
min-usage-count="1"
/>
<!-- TODO: Uncomment usage in InsertPathAction when FeatureUsageTracker goes to OpenApi
<feature
id="ui.commandLine.insertPath"
name="Insert path in command line"
tip-id="InsertPathShortcut"
first-show="6"
successive-show="5"
min-usage-count="3"
/>
-->
<feature id="navigation.popup.action"
tip-id="GoToAction"
first-show="7"
successive-show="3"
min-usage-count="1"/>
<feature id="find.recent.search"
tip-id="RecentSearch"
first-show="10"
successive-show="3"
min-usage-count="5"/>
<feature id="find.completion"
tip-id="CodeCompletionInSearch"
first-show="10"
successive-show="3"
min-usage-count="5"/>
</group>
</component>