4

Today I updated my Android Studio to the newest stable version Android Studio Arctic Fox | 2020.3.1 Patch 4 and whenever open xml most of command not showing in prediction in even if old or new projects and some of attributes is Unknown in xml like margin / scale type .. etc i've tried many of solutions that not working like 1- invalidate caches / restart 2- remove .idea folder 3- reinstall android studio and sdk enter image description here

Thank you in advance. A portion of error is listed below

Maher Tag
  • 219
  • 1
  • 3
  • 14

1 Answers1

1

Make sure:

  1. You disabled Power Save Mode under File
  2. You enable auto completion mode in File -> Settings -> Editor -> General -> Code Completion -> Show suggestions as you type (Tick box)

My settings to use for a good coding experience:

Code Completion Settings

Ole Pannier
  • 3,208
  • 9
  • 22
  • 33