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

Issue 461063002: add keyword suggestions (Closed)

Created:
6 years, 4 months ago by danrubel
Modified:
6 years ago
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 12

Patch Set 2 : address comments #

Patch Set 3 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -3 lines) Patch
M editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/CompletionSuggestionKind.java View 1 chunk +1 line, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestionKind.java View 1 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/analysis_server/doc/api.html View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/domain_completion_test.dart View 1 1 chunk +11 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/integration/protocol_matchers.dart View 1 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/analysis_server/tool/spec/spec_input.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analysis_services/lib/completion/completion_suggestion.dart View 2 chunks +3 lines, -0 lines 0 comments Download
M pkg/analysis_services/lib/src/completion/dart_completion_manager.dart View 1 2 chunks +2 lines, -0 lines 0 comments Download
A pkg/analysis_services/lib/src/completion/keyword_computer.dart View 1 1 chunk +77 lines, -0 lines 0 comments Download
A pkg/analysis_services/test/completion/keyword_computer_test.dart View 1 1 chunk +73 lines, -0 lines 0 comments Download
M pkg/analysis_services/test/completion/test_all.dart View 1 2 chunks +3 lines, -1 line 0 comments Download
M pkg/analysis_testing/lib/mock_sdk.dart View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
danrubel
6 years, 4 months ago (2014-08-12 15:10:07 UTC) #1
Brian Wilkerson
In addition to the individual comments, a high level question: Some environments make a distinction ...
6 years, 4 months ago (2014-08-12 15:33:38 UTC) #2
Paul Berry
I agree with Brian that it would be nice to complete some things (such as ...
6 years, 4 months ago (2014-08-12 16:32:11 UTC) #3
Brian Wilkerson
LGTM, once comments are addressed
6 years, 4 months ago (2014-08-13 15:54:15 UTC) #4
Brian Wilkerson
https://codereview.chromium.org/461063002/diff/1/pkg/analysis_services/lib/src/completion/keyword_computer.dart File pkg/analysis_services/lib/src/completion/keyword_computer.dart (right): https://codereview.chromium.org/461063002/diff/1/pkg/analysis_services/lib/src/completion/keyword_computer.dart#newcode43 pkg/analysis_services/lib/src/completion/keyword_computer.dart:43: _addSuggestions( This should check to see whether we are ...
6 years, 4 months ago (2014-08-13 16:20:15 UTC) #5
danrubel
On 2014/08/12 15:33:38, Brian Wilkerson wrote: > Personally, I'd rather have a template that will ...
6 years, 4 months ago (2014-08-15 03:23:26 UTC) #6
danrubel
6 years, 4 months ago (2014-08-15 03:37:12 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as 39284 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698