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

Issue 1881153002: Code completion refactoring in local contributor, have calls to _addLocalSuggestion() split into th… (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 refactoring in local contributor, have calls to _addLocalSuggestion() split into the different categories of completions so that fitering, see _addLocalSuggestion_includeTypeNameSuggestions(), can occur before the suggestion gets to _addLocalSuggestion()

Patch Set 1 #

Patch Set 2 : rebase and reformat #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -20 lines) Patch
M pkg/analysis_server/lib/src/services/completion/dart/local_reference_contributor.dart View 1 2 11 chunks +50 lines, -20 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
jwren
4 years, 8 months ago (2016-04-12 18:52:45 UTC) #2
danrubel
4 years, 8 months ago (2016-04-12 18:54:54 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698