flutter / flutter/flutter-intellij
The create method quick fix should insert a multi-line closure
Open
topic-editing
- Dominant language
- Java
- Stars
- 2k
- Forks
- 356
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 27
Description
The create method quick fix should insert a multi-line closure. It currently inserts something like:
```
(...) { ^ }
```
Where `^` is the cursor position after the insertion. We may instead want to do something like:
```
(...) {
^
}
```
Contributor guide
Assessment
This issue has not been assessed yet.