flutter / flutter/flutter-intellij
Improve Ctrl+Shift+Enter
Open
topic-editing
- Dominant language
- Java
- Stars
- 2k
- Forks
- 356
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 27
Description
`Ctrl+Shift+Enter` is supposed to complete the current sentence and go to the next line. Currently for Dart it's not working very well, it doesn't add a `;` at the end of the line before jumping to the next line, please improve it if possible.
Contributor guide
Research direction
Start by reproducing Ctrl+Shift+Enter in a Dart file and tracing the IntelliJ plugin's handling of that shortcut. Done means the current Dart sentence receives a trailing semicolon before the editor moves to the next line, without regressing the existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, java
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100