skip to Main Content

I am on the latest version of Arch Linux. I recently encountered a bug in Android Studio where my code completion doesnt work. Originally the issue started with the code completion menu just showing up at the top of the screen instead of below my cursor, but now it doesnt show at all whatsoever. Here are some things I have tried to fix it:

  1. Reinstalled Android Studio.
  2. Invalidated my cache and restarted.
  3. Manually deleted my cache.
  4. Disabled and re-enabled code completion in the settings menu.

Nothing has worked so far. Do you guys have any suggestions on how I can fix this bug?

2

Answers


  1. Try disabling 3rd party plugins that you might have installed.

    I experienced similar behavior once I updated my AndroidStudio but after disabling checkstyle plugin, the code-completion started to work again.

    Login or Signup to reply.
  2. Have you tried disabling Power Save mode, if its enabled? Its in File -> Power Save Mode.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search