How to disable Intellij ide ternminal smart command suggestion?

Viewed 345

I have just got the update of Intellij ide and in terminal it provide me smart command suggestions.

How to disable ternminal smart command suggestion?

2 Answers

The last setting under File | Settings | Tools | Terminal:

enter image description here

  • Double-click Shift(Windows)/(macOS) to open Search Everywhere.

  • Click the Actions tab, then enter registry to open the Registry window.

    Registry

  • Find terminal.shell.command.handling and disable the value checkbox.

    terminal.shell.command.handling

Related