AndroidIDE icon indicating copy to clipboard operation
AndroidIDE copied to clipboard

Automatic code completion does not work as expected.

Open yantingjiang opened this issue 1 year ago • 0 comments

Issue Checklist

  • [X] I confirm that this issue is not a duplicate and hasn't been reported before.
  • [X] I agree to follow the project's code of conduct.
  • [X] I have checked and verified that I am using the latest version of AndroidIDE from GitHub or F-Droid.

Additional terms

  • [X] I understand that providing incomplete or inaccurate information may result in the issue being closed.
  • [X] I agree to provide all requested details promptly for a comprehensive bug report.

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

yantingjiang avatar Apr 27 '24 15:04 yantingjiang