layout - Code completion not working in Android Studio -
i have updated android studio , code completion (which working earlier in previous version) not working. when shortkey ctrl+space pressed shows:
https://goo.gl/tkpy50 (image link)
i have tried invalidating cache , restarting android studio, mentioned in post.
can point missing here?
thanks in advance.
check if power save mode on file menu enabled accidentally.
also check in file > settings > editor > inspections:
- android
- android lint
in file > settings > editor > general > code completion:
- autopopup code completion should checked
Comments
Post a Comment