-1

How can I solve the issue of the Ctrl + Space shortcut not working in Android Studio before typing the first character, but it works when typing at least one character?

By default, when I press this shortcut, it should show me suggestions for writing, but they don't appear. I have to type at least one character for the shortcut to work.

  • Does this answer your question? [Why did Ctrl+Space (Autocomplete) suddenly stop working in Android Studio, Intellij, and other JetBrains IDEs?](https://stackoverflow.com/questions/76444491/why-did-ctrlspace-autocomplete-suddenly-stop-working-in-android-studio-intel) – starball Jun 24 '23 at 05:07

1 Answers1

-1

This was driving me crazy too. Check the answer on this other post and see if you might be having the same problem:

Why did Ctrl+Space (Autocomplete) suddenly stop working in Android Studio, Intellij, and other JetBrains IDEs?

TL;DR - If you use Windows PowerToys, try disabling Peek. Answer includes steps and screenshots.

Jeff Neet
  • 734
  • 1
  • 8
  • 22
  • please don't answer duplicates. wait for your other answer to get upvoted or accepted, and thin vote this question as a duplicate. – starball Jun 10 '23 at 03:03