AndroidIDEOfficial / AndroidIDE

AndroidIDE is an IDE for Android to develop full featured Android apps.
https://m.androidide.com
GNU General Public License v3.0
2.08k stars 244 forks source link

Automatic code completion does not work as expected. #1794

Open yantingjiang opened 2 months ago

yantingjiang commented 2 months ago

Issue Checklist

Additional terms

Issue explanation

When I open the project many times, the automatic code completion can't prompt correctly. For example, there is no prompt when I enter "System", but I can prompt the member name when I enter "."later. But entering "ActivityMainBinding." does prompt only one keyword "class" After that, all new projects can be prompted correctly for the first time, and they will not work normally when they are opened for the second time.

Expected behavior

Prompt all class names correctly, not just a bunch of keywords.

Version name

v2.7.1-beta-arm64-v8a

Download source

GitHub

Relevant log output

No response