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

Unified Diff: pkg/analyzer_plugin/doc/tutorial/assists.md

Issue 2998083002: Minor enhancement to the plugin tutorials (Closed)
Patch Set: Created 3 years, 4 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
« no previous file with comments | « no previous file | pkg/analyzer_plugin/doc/tutorial/completion.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/doc/tutorial/assists.md
diff --git a/pkg/analyzer_plugin/doc/tutorial/assists.md b/pkg/analyzer_plugin/doc/tutorial/assists.md
index 9d635bea6d232192a7beb8d2ef9e2987ffe849f6..ade51d672f8f03cca0ee1f96986893adce45ec17 100644
--- a/pkg/analyzer_plugin/doc/tutorial/assists.md
+++ b/pkg/analyzer_plugin/doc/tutorial/assists.md
@@ -38,6 +38,9 @@ To write an assist contributor, create a class that implements
describes the location at which assists were requested and an `AssistCollector`
through which assists are to be added.
+If you mix in the class `DartAssistsMixin`, then the request will be an instance
+of `DartAssistRequest`, which also has analysis results.
+
The class `AssistContributorMixin` defines a support method that makes it easier
to implement `computeAssists`.
« no previous file with comments | « no previous file | pkg/analyzer_plugin/doc/tutorial/completion.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698