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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestionKind.java

Issue 1097083002: add optional importUri to completion suggestion (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestionKind.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestionKind.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestionKind.java
index 91eb389afb406d5bd3ad9b25720cf4336be2783d..3e79fabcd61a8b52f9c6e7b3b5939542eb38ba43 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestionKind.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestionKind.java
@@ -51,6 +51,10 @@ public class CompletionSuggestionKind {
*/
public static final String KEYWORD = "KEYWORD";
+ /**
+ * A named argument for the current callsite is being suggested. For suggestions of this kind, the
+ * completion is the named argument identifier including a trailing ':' and space.
+ */
public static final String NAMED_ARGUMENT = "NAMED_ARGUMENT";
public static final String OPTIONAL_ARGUMENT = "OPTIONAL_ARGUMENT";

Powered by Google App Engine
This is Rietveld 408576698