Search code examples
javaintellij-ideaide

Disable "Search with Google" right click option in Intellij IDEA Ultimate


There is a Search with Google option in the right click menu in Intellij editor. I would like to disable it along with any shortcut keys mapped to it. I want to do this so as to avoid any accidental usage. I'm using Intellij IDEA Ultimate 2020.3

Please advise how it can be done.

Thanks in advance!


Solution

  • Do the following steps.

    In the Settings/Preferences dialog Ctrl+Alt+S

    Select Menus and Toolbars from Appreance & Behavior

    search google in searchbar in the right enter image description
here

    select search on google

    remove it by clicking on remove symbol(-) (*refer above image)

    Apply the changes and close the dialog.