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

Issue 172763003: Issue 16153. Auto-complete for import statements. (Closed)

Created:
6 years, 10 months ago by scheglov
Modified:
6 years, 10 months ago
Reviewers:
messick
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Extract helper and use marker constant #

Total comments: 2

Messages

Total messages: 7 (0 generated)
scheglov
6 years, 10 months ago (2014-02-19 22:43:51 UTC) #1
messick
Nice! I think people are going to be very happy to see this. It needs ...
6 years, 10 months ago (2014-02-20 00:35:30 UTC) #2
messick
Forgot to say: the ! should not appear in the UI. Just show 'dart:' or ...
6 years, 10 months ago (2014-02-20 00:40:00 UTC) #3
scheglov
PTAL https://codereview.chromium.org/172763003/diff/1/editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/completion/CompletionEngine.java File editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/completion/CompletionEngine.java (right): https://codereview.chromium.org/172763003/diff/1/editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/completion/CompletionEngine.java#newcode2090 editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/completion/CompletionEngine.java:2090: if (node.getUri().isSynthetic()) { On 2014/02/20 00:35:31, messick wrote: ...
6 years, 10 months ago (2014-02-20 05:26:37 UTC) #4
messick
LGTM with one small change. https://chromiumcodereview.appspot.com/172763003/diff/70001/editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/completion/CompletionTests.java File editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/completion/CompletionTests.java (right): https://chromiumcodereview.appspot.com/172763003/diff/70001/editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/completion/CompletionTests.java#newcode24 editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/completion/CompletionTests.java:24: private static String importUri(String ...
6 years, 10 months ago (2014-02-20 19:00:39 UTC) #5
scheglov
Committed patchset #2 manually as r32865 (presubmit successful).
6 years, 10 months ago (2014-02-20 19:18:11 UTC) #6
scheglov
6 years, 10 months ago (2014-02-20 19:20:12 UTC) #7
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/172763003/diff/70001/editor/tools/plug...
File
editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/completion/CompletionTests.java
(right):

https://chromiumcodereview.appspot.com/172763003/diff/70001/editor/tools/plug...
editor/tools/plugins/com.google.dart.engine.services_test/src/com/google/dart/engine/services/completion/CompletionTests.java:24:
private static String importUri(String uri) {
On 2014/02/20 19:00:39, messick wrote:
> This should be visible to CompletionLibraryTests.

Moved to CompletionTests.

Powered by Google App Engine
This is Rietveld 408576698