最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How to fix command auto-completion in Android Studio terminal to suggest the most used commands? - Stack Overflow

programmeradmin4浏览0评论

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!

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论