| Index: pkg/analysis_server/lib/src/constants.dart
|
| diff --git a/pkg/analysis_server/lib/src/constants.dart b/pkg/analysis_server/lib/src/constants.dart
|
| index 519bbfe2291e848ab3d28368841d9de4f0ea0c84..094c59f3fdaf44457c13033a85f5e835c68c1aa9 100644
|
| --- a/pkg/analysis_server/lib/src/constants.dart
|
| +++ b/pkg/analysis_server/lib/src/constants.dart
|
| @@ -82,6 +82,7 @@ const String DISPLAY_NAME = 'displayName';
|
| const String EDIT_FORMAT = 'edit.format';
|
| const String EDIT_GET_ASSISTS = 'edit.getAssists';
|
| const String EDIT_GET_AVAILABLE_REFACTORINGS = 'edit.getAvailableRefactorings';
|
| +const String EDIT_GET_STATEMENT_COMPLETION = "edit.getStatementCompletion";
|
|
|
| //
|
| // Execution methods
|
|
|