| 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 c1bef03061e8e0c5235910a08cbe9b044427e78f..1f307600c7fac2cc7f0526b899a296dad8037915 100644
|
| --- a/pkg/analysis_server/tool/spec/spec_input.html
|
| +++ b/pkg/analysis_server/tool/spec/spec_input.html
|
| @@ -813,7 +813,12 @@
|
| <field name="results">
|
| <list><ref>CompletionSuggestion</ref></list>
|
| <p>
|
| - The completion suggestions being reported.
|
| + The completion suggestions being reported. The
|
| + notification contains all possible completions at the
|
| + requested cursor position, even those that do not match
|
| + the characters the user has already typed. This allows
|
| + the client to respond to further keystrokes from the
|
| + user without having to make additional requests.
|
| </p>
|
| </field>
|
| <field name="last">
|
|
|