Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(632)

Unified Diff: pkg/analysis_server/lib/src/domain_completion.dart

Issue 2771653002: Completion boilerplate for Flutter cons children (flutter-intellij#463) (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analysis_server/lib/src/domain_completion.dart
diff --git a/pkg/analysis_server/lib/src/domain_completion.dart b/pkg/analysis_server/lib/src/domain_completion.dart
index 2afb7d4468d1775605c6efaaa40a34b2234ceaf3..916b20e7f4e4f2a72b50166864c236d1d00a4c1c 100644
--- a/pkg/analysis_server/lib/src/domain_completion.dart
+++ b/pkg/analysis_server/lib/src/domain_completion.dart
@@ -185,7 +185,8 @@ class CompletionDomainHandler implements RequestHandler {
server.searchEngine,
source,
params.offset,
- performance);
+ performance,
+ server.ideOptions);
String completionId = (_nextCompletionId++).toString();
_abortCurrentRequest();

Powered by Google App Engine
This is Rietveld 408576698