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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 837793003: Include required parameter names when completing a method call. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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: 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 e09c9e3e3678e48234b21677b71e9324ed658642..0530c43604f352a6a9e4acfe2731da87724c82b9 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -1975,11 +1975,11 @@
parameterNames field is omitted.
</p>
</field>
- <field name="positionalParameterCount" optional="true">
- <ref>int</ref>
+ <field name="hasNamedParameters" optional="true">
+ <ref>bool</ref>
<p>
- The number of positional parameters for the function or
- method being suggested. This field is omitted if the
+ True if the function or method being suggested has at
+ least one named parameter. This field is omitted if the
parameterNames field is omitted.
</p>
</field>

Powered by Google App Engine
This is Rietveld 408576698