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.38k stars 310 forks source link

Automatic completion issues #1508

Open ms458 opened 1 year ago

ms458 commented 1 year ago

What happened?

For example, if I want to use the "Notification" class, when I input "noti", auto completion does not prompt the "Notification" class (as shown in Figure 1), only prompts when I input "notifi", hoping to fix it Screenshot_2023-11-29-18-35-56-147_com itsaky androidide Screenshot_2023-11-29-18-36-00-102_com itsaky androidide

What's the expected behavior?

Even if the input is incomplete, it should still prompt

What version of AndroidIDE you're using?

v2.6.0 (debug builds)

Relevant log output

No response

Duplicate issues

Code of Conduct

AmanRajAryan commented 10 months ago

I have faced the same problem

ms458 commented 10 months ago

@itsaky Can developers fix this issue?😊