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

Viewed 85

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!

1 Answers

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.

Related