-
Notifications
You must be signed in to change notification settings - Fork 330
Closed
Description
Steps to Reproduce
- Open a dart file in a Flutter project.
- Copy the following to the clipboard:
double estimateScrollOffsetExtent({
int firstIndex,
int lastIndex,
double leadingScrollOffset,
double trailingScrollOffset,
});- Paste into the body of a class declaration.
- Notice that you get the following text:
double estimateScrollOffsetExtent({
int firstIndex,
int lastIndex,
double leadingScrollOffset,
double trailingScrollOffset,
});The pasted text has removed two spaces of indent each from lines 2 through 5.
Version info
[✓] IntelliJ IDEA Community Edition (version 2016.3)
• Dart plugin version 163.9166.22
• Flutter plugin version 0.1.8.1