2

Why my Android Studio doesn't auto generate code

EX: I have to type all words findViewById because when I type find, the Android Studio doesn't hint me any code?? so I have to type all words! When I type . after an constant it doesn't show anything!

Can someone help me?

Twitter khuong291
  • 11,328
  • 15
  • 80
  • 116

1 Answers1

2

Press ctrl+space to show hints.
Also check the options under File->Settings->Editor->Code Completion

Ilario
  • 662
  • 11
  • 23