forked from dart-lang/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suggest enum constants for imported enums.
So, you can complete `Column(crossAxisAlignment: ^)` and get all of the CrossAxisAlignment right away for selection. Or you can start typing `center` and by the time when you typed first letters, you get several completion suggestions. There are several enums with `center`, but because we give compatible types higher relevance, the correct one is always the first. [email protected], [email protected] Bug: flutter/flutter-intellij#998 Change-Id: I6c2082668c6b25bf23e070915b5df03081ff0d5c Reviewed-on: https://dart-review.googlesource.com/43485 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
- Loading branch information
1 parent
d2a1673
commit 316af55
Showing
4 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters