How do I disable the Search Everywhere shortcut?

前端 未结 5 1965
萌比男神i
萌比男神i 2021-02-02 07:25

IntelliJ IDEA 13 has the new Search Anywhere feature. It sounds like it might be useful, but so far it just gets in the way. It\'s mapped to some kind of magical shift-

相关标签:
5条回答
  • 2021-02-02 07:32

    After updating to build 133.331, I tried assigning a normal shortcut to it in SettingsKeymap, and that made it stop appearing on double-shift.

    0 讨论(0)
  • 2021-02-02 07:37

    Since end of 2017 you can add -Dide.suppress.double.click.handler=true to the custom VM options: cf. the answer from JetBrains.

    0 讨论(0)
  • 2021-02-02 07:38

    To disable the "Search everywhere" feature, you need to invoke "Go to action" (Ctrl+Shift+A), then type "Registry...".

    Scroll down to "ide.suppress.double.click.handler" and check the box.

    Source: https://youtrack.jetbrains.com/issue/IDEA-161094

    0 讨论(0)
  • 2021-02-02 07:38

    It's called Search Everywhere, and it's present in keymap.

    For me it's perfectly disabled.

    EDIT As I'v found it is hardcoded now, and will popup at doubleshift source

    There is also an issue at jira, about this problem.

    I hope it will be fixed soon.

    0 讨论(0)
  • 2021-02-02 07:45

    This problem is still present under linux (ubuntu amd64 16.10 ) on Android Studio using X11Rdp for remote connection, maybe in other situations too - the Search Everywhere dialog appear on single Shift press.

    The answer is here

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

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

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

    and repack the jar.

    0 讨论(0)
提交回复
热议问题