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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.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
« no previous file with comments | « pkg/analysis_server/test/services/completion/test_all.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index 70ee2b2774391cc7a9a3353277ca061e7d60d749..1d8e68d125e9c370df90ce34d251c8152aa0b7e7 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -1878,7 +1878,15 @@
in a completion suggestion.
</p>
<enum>
- <value><code>ARGUMENT_LIST</code></value>
+ <value>
+ <code>ARGUMENT_LIST</code>
+ <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>
+ </value>
<value><code>IMPORT</code></value>
<value>
<code>IDENTIFIER</code>
« no previous file with comments | « pkg/analysis_server/test/services/completion/test_all.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698