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
Ctrl+Shift+Enter is supposed to complete the current sentence and go to the next line. Currently for Dart it's not working very well, it doesn't add a ; at the end of the line before jumping to the next line, please improve it if possible.
@pq No changes in Dart plugin required, the feature comes from the server. Cc @stevemessick
@feinstein It works for me, at least in some cases like this one:
Note that each case is handled separately, so please paste specific examples when it doesn't work. I guess the right issue tracker for this is https://github.com/dart-lang/sdk/issues/, label: area-analyzer.
Activity
pq commentedon Mar 5, 2019
/cc @alexander-doroshko
alexander-doroshko commentedon Mar 5, 2019
@pq No changes in Dart plugin required, the feature comes from the server. Cc @stevemessick
@feinstein It works for me, at least in some cases like this one:

Note that each case is handled separately, so please paste specific examples when it doesn't work. I guess the right issue tracker for this is https://github.com/dart-lang/sdk/issues/, label:
area-analyzer
.feinstein commentedon Mar 5, 2019
@alexander-doroshko this doesn't work for me:
alexander-doroshko commentedon Mar 5, 2019
// cc @stevemessick
pq commentedon Mar 5, 2019
Of course, yes. Sorry to mis-remember. Thanks @alexander-doroshko !
feinstein commentedon Mar 6, 2019
Another thing, if I have this:
and I hit Ctrl+Shift+Enter at the end of
(String text)
, this is what is generated:statement completion for expression bodies