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

Unified Diff: pkg/analysis_server/doc/api.html

Issue 711533003: first cut argument list completion suggestions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index d029594e023ff9941ef74947497911c6dee49f2a..a1372daec7ac4fb08409940d943447e7b15def4f 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -2106,7 +2106,15 @@ dt.typeDefinition {
in a completion suggestion.
</p>
- <dl><dt class="value">ARGUMENT_LIST</dt><dt class="value">IMPORT</dt><dt class="value">IDENTIFIER</dt><dd>
+ <dl><dt class="value">ARGUMENT_LIST</dt><dd>
+
+ <p>
+ A list of arguments for the method or function that is being invoked.
+ For this suggestion kind, the completion field is a textual representation
+ of the invocation and the parameterNames, parameterTypes, and requiredParameterCount
+ attributes are defined.
+ </p>
+ </dd><dt class="value">IMPORT</dt><dt class="value">IDENTIFIER</dt><dd>
<p>
The element identifier should be inserted at the completion location.

Powered by Google App Engine
This is Rietveld 408576698