diff --git a/pkg/analyzer_plugin/doc/api.html b/pkg/analyzer_plugin/doc/api.html index 7d8470335b4..6c4271dce65 100644 --- a/pkg/analyzer_plugin/doc/api.html +++ b/pkg/analyzer_plugin/doc/api.html @@ -673,6 +673,7 @@ a:focus, a:hover {
Deprecated - no longer supported.
The code completion domain contains API's related to getting code completion suggestions. @@ -694,6 +695,7 @@ a:focus, a:hover { "results": List<CompletionSuggestion> } } +
Deprecated - no longer supported.
Used to request that completion suggestions for the given offset in the
given file be returned.
diff --git a/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart b/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart
index 4124b857529..e2658deede2 100644
--- a/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart
+++ b/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart
@@ -433,6 +433,8 @@ abstract class IntegrationTestMixin {
/// Stream controller for [onAnalysisOutline].
late StreamController Deprecated - no longer supported.
The code completion domain contains API's related to getting code completion
suggestions.
Deprecated - no longer supported.
Used to request that completion suggestions for the given offset in the
given file be returned.