flutter / flutter/flutter-intellij

Suggetions when using if/else/for in a collection of widgets

Open
#3,897 4 comments 0 reactions 0 assignees View on GitHub
topic-editing
Dominant language
Java
Stars
2k
Forks
356
Avg merge
1d 11h
Merged PRs (30d)
27

Description

Alt+Enter doesnt open suggetions when you have something like this :

```
Column(
children: [
if (someBoolean) Container(^),
],
)
```

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.