admin管理员组

文章数量:1241125

In Android Studio's terminal, when I type commands, it suggests completions that I don’t use. For example, I frequently run yarn android, but it always suggests yarn android-info.txt, which I’ve never used.

image of unwanted command suggestion in Android Studio terminal

I’m using the latest version of Android Studio and couldn't find an option to disable or customize this in Settings → Tools → Terminal or elsewhere.

  • How can I make Android Studio suggest the most commonly used commands instead?
  • If that’s not possible, how can I disable auto-suggestions only in the terminal while keeping them enabled in the code editor?
  • I don’t want to install third-party dependencies like OhMyZsh.

Any help is appreciated!

本文标签: