首页 > 代码库 > IntelliJ 禁用 Search Everywhere

IntelliJ 禁用 Search Everywhere

发现自: https://youtrack.jetbrains.com/issue/IDEA-114933#comment=27-603899

Open lib/resources.jar/idea/PlatformActions.xml and remove or comment such line:

<action id="SearchEverywhere" class="com.intellij.ide.actions.SearchEverywhereAction" />

 

IntelliJ 禁用 Search Everywhere