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"; |