| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[stable][DAS] Fixes dot-shorthands completion for enum constant creation
Issue description: When trying to use code completion for an enum
constant argument, dot shorthands don't show up.
What is the fix: Add an extra missing case in the completion code for
arguments.
Why cherry-pick: Missing code completion functionality which could
be useful for users, and is fairly low risk.
Risk: Low, has been tested and the code change touches a very small
surface area (only for code completion of arguments).
Issue link(s): https://github.com/dart-lang/sdk/issues/62168
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |