You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have a parameter of the form variable.property and you invoke one of the wrap with methods only the portion where the caret is position gets wrapped.
Expected behaviour is that variable.property gets wrapped
Example 1: Caret on property
Results in
Example 2: Caret on variable
Results in
Expected results:
Version info
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, v0.10.1-pre.113, on Linux, locale en_GB.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.2)
[!] Android Studio (not installed)
[✓] IntelliJ IDEA Ultimate Edition (version 2018.2)
[✓] Connected device (1 available)
The text was updated successfully, but these errors were encountered:
Probably a bit pessimistic approach, allow only cases that we know
to be valid and useful.
R=brianwilkerson@google.com
Bug: flutter/flutter-intellij#2714
Change-Id: I8835c03d919c1f00a986ff3ef677c7f69995682f
Reviewed-on: https://dart-review.googlesource.com/c/80985
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
When you have a parameter of the form variable.property and you invoke one of the wrap with methods only the portion where the caret is position gets wrapped.
Expected behaviour is that variable.property gets wrapped
Example 1: Caret on property
Results in
Example 2: Caret on variable
Results in
Expected results:
Version info
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, v0.10.1-pre.113, on Linux, locale en_GB.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.2)
[!] Android Studio (not installed)
[✓] IntelliJ IDEA Ultimate Edition (version 2018.2)
[✓] Connected device (1 available)
The text was updated successfully, but these errors were encountered: