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

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

Issue 3004733002: Add folding support for plugins and update the main tutorial page (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 | « pkg/analyzer_plugin/doc/tutorial/folding.md ('k') | pkg/analyzer_plugin/lib/plugin/folding_mixin.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/doc/tutorial/tutorial.md
diff --git a/pkg/analyzer_plugin/doc/tutorial/tutorial.md b/pkg/analyzer_plugin/doc/tutorial/tutorial.md
index 93db766434246769fa8e2071e917e1ea129c1c85..3b47ab988486dd150781f673269f33ad97d3c089 100644
--- a/pkg/analyzer_plugin/doc/tutorial/tutorial.md
+++ b/pkg/analyzer_plugin/doc/tutorial/tutorial.md
@@ -27,9 +27,25 @@ How to provide quick fixes associated with errors.
[Providing Code Completions][completion] -
How to provide code completion suggestions.
+[Providing Navigation Information][navigation] -
+How to provide navigation support.
+
+[Providing Occurrences Information][occurrences] -
+How to provide information for marking occurrences.
+
+[Providing Outline Information][outline] -
+How to provide the information to build outline structures.
+
+[Providing Folding Information][folding] -
+How to provide support for code folding.
+
[assists]: assists.md
[completion]: completion.md
[creatingEdits]: creating_edits.md
[fixes]: fixes.md
+[folding]: folding.md
[gettingStarted]: getting_started.md
[introduction]: introduction.md
+[navigation]: navigation.md
+[occurrences]: occurrences.md
+[outline]: outline.md
« no previous file with comments | « pkg/analyzer_plugin/doc/tutorial/folding.md ('k') | pkg/analyzer_plugin/lib/plugin/folding_mixin.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698