flutter / flutter/flutter-intellij

Android Studio code completion don't work on large projects

Open
#6,887 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Java
Stars
2k
Forks
356
Avg merge
1d 11h
Merged PRs (30d)
27

Description

My previous issue #6785

I created a project with 20,000 files, the code suggestions in Android Studio are problematic, but they work fine in VSCode.

class name is `Hello_1` ... `Hello_19999`

test `Hello_1500`, expected display `Hello_15001` ... `Hello_15009`

in Android Studio:
![image](https://github.com/flutter/flutter-intellij/assets/17465838/419922fc-b802-4b72-a801-c9e07a56df74)

in VSCode:
![image](https://github.com/flutter/flutter-intellij/assets/17465838/8c8a0c88-8951-4ca5-84e6-5a5a51e8cdb2)

## Steps to Reproduce

demo: https://github.com/CoderBuck/code_tips

## Version info
```
Android Studio Giraffe | 2022.3.1 Patch 1
Build #AI-223.8836.35.2231.10671973, built on August 17, 2023

flutter 3.13.1
flutter plugin 75.1.2
dart plugin 223.8950
```

## More info
The old Android Studio version is fine
```
Android Studio Arctic Fox | 2020.3.1 Patch 3
Build #AI-203.7717.56.2031.7784292, built on October 1, 2021

flutter plugin 65.2.1
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.