Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Issue 1892823003: Code completion improvement, use type information when suggesting constructors (Closed)

Created:
4 years, 8 months ago by jwren
Modified:
4 years, 8 months ago
Reviewers:
danrubel
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Code completion improvement, use type information when suggesting constructors BUG=https://github.com/dart-lang/sdk/issues/26254 R=danrubel@google.com Committed: https://github.com/dart-lang/sdk/commit/214a201ae57ebd4a0692eb9f2249089aff253a31

Patch Set 1 #

Total comments: 4

Patch Set 2 : rebase with master #

Patch Set 3 : comments from danrubel #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -6 lines) Patch
M pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart View 1 2 5 chunks +30 lines, -6 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/optype.dart View 2 chunks +29 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart View 1 chunk +74 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
jwren
4 years, 8 months ago (2016-04-15 22:31:44 UTC) #2
danrubel
LGTM https://codereview.chromium.org/1892823003/diff/1/pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart File pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart (right): https://codereview.chromium.org/1892823003/diff/1/pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart#newcode168 pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart:168: _Visitor visitor = new _Visitor(request, suggestions, optype); Please ...
4 years, 8 months ago (2016-04-17 13:02:13 UTC) #3
jwren
https://codereview.chromium.org/1892823003/diff/1/pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart File pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart (right): https://codereview.chromium.org/1892823003/diff/1/pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart#newcode168 pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart:168: _Visitor visitor = new _Visitor(request, suggestions, optype); On 2016/04/17 ...
4 years, 8 months ago (2016-04-18 19:11:26 UTC) #4
jwren
4 years, 8 months ago (2016-04-18 19:11:50 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
214a201ae57ebd4a0692eb9f2249089aff253a31 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698