Index: pkg/analysis_server/doc/api.html |
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html |
index 31588d1dadff9808cdd64fa30883d1ca610c7f84..6c6e96ddb6989cb8c1a76c92de7403dd360802eb 100644 |
--- a/pkg/analysis_server/doc/api.html |
+++ b/pkg/analysis_server/doc/api.html |
@@ -2804,6 +2804,17 @@ a:focus, a:hover { |
A default String for use in generating argument list |
source contents on the client side. |
</p> |
+ </dd><dt class="field"><b>defaultArgumentListTextRanges (<span style="color:#999999">optional</span> List<int>)</b></dt><dd> |
+ |
+ <p> |
+ Pairs of offsets and lengths describing 'defaultArgumentListString' |
+ text ranges suitable for use by clients to set up linked edits of |
+ default argument source contents. For example, given an argument |
+ list string 'x, y', the corresponding text range [0, 1, 3, 1], |
+ indicates two text ranges of length 1, starting at offsets 0 and 3. |
+ Clients can use these ranges to treat the 'x' and 'y' values |
+ specially for linked edits. |
+ </p> |
</dd><dt class="field"><b>element (<span style="color:#999999">optional</span> <a href="#type_Element">Element</a>)</b></dt><dd> |
<p> |