flutter / flutter/flutter-intellij
Edit Padding after adding it
Open
- Dominant language
- Java
- Stars
- 2k
- Forks
- 356
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 27
Description
When we do a `Alt+Enter` and selec `Add Padding` the `Padding` widget is added to our widget tree, but the cursor remains at the end of `Padding(`. It would be more elegant if the cursor be at the `Padding` value itself, just like Live Template does.
This way the value would be already selected, hitting `Enter` would accept it, and typing any other number would overwrite it.
Contributor guide
Assessment
This issue has not been assessed yet.