Deprecate completions from plugins api.

Change-Id: I92737e2df4736672c93fc9a08eb7c90a41192afb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/397882
Commit-Queue: Keerti Parthasarathy <keertip@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
Keerti Parthasarathy
2024-12-02 21:10:21 +00:00
committed by Commit Queue
parent 2a2905228f
commit e01bbdfd1f
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -673,6 +673,7 @@ a:focus, a:hover {
</p>
</dd></dl></dd></dl>
<h2 class="domain"><a name="domain_completion">completion domain</a></h2>
<p>Deprecated - no longer supported.</p>
<p>
The code completion domain contains API's related to getting code completion
suggestions.
@@ -694,6 +695,7 @@ a:focus, a:hover {
"<b>results</b>": List&lt;<a href="#type_CompletionSuggestion">CompletionSuggestion</a>&gt;
}
}</pre></div>
<p>Deprecated - no longer supported.</p>
<p>
Used to request that completion suggestions for the given offset in the
given file be returned.
@@ -433,6 +433,8 @@ abstract class IntegrationTestMixin {
/// Stream controller for [onAnalysisOutline].
late StreamController<AnalysisOutlineParams> _onAnalysisOutline;
/// Deprecated - no longer supported.
///
/// Used to request that completion suggestions for the given offset in the
/// given file be returned.
///
@@ -542,11 +542,13 @@
</notification>
</domain>
<domain name="completion">
<p>Deprecated - no longer supported.</p>
<p>
The code completion domain contains API's related to getting code completion
suggestions.
</p>
<request method="getSuggestions">
<p>Deprecated - no longer supported.</p>
<p>
Used to request that completion suggestions for the given offset in the
given file be returned.