When I type `if` and hit TAB in IntelliJ IDEA for Java, it autocompletes to `if ([caret-here])`, but this isn't working in Dart.
When I type
ifand hit TAB in IntelliJ IDEA for Java, it autocompletes toif ([caret-here]), but this isn't working in Dart.