9191< header >
9292 < h1 > Custom Snippets Plugin</ h1 >
9393 < p class ="subtitle "> User-managed code snippets for the Code on the Go editor</ p >
94- < div class ="meta "> Version 1.0.0 · Author: App Dev For All · Package: < code > com.Code on the Go .snippets</ code > </ div >
94+ < div class ="meta "> Version 1.0.0 · Author: App Dev For All · Package: < code > com.codeonthego .snippets</ code > </ div >
9595</ header >
9696
9797< nav >
@@ -110,7 +110,7 @@ <h2>Contents</h2>
110110< section id ="overview ">
111111 < h2 > 1. Executive Overview</ h2 >
112112 < p >
113- Custom Snippets is a Code on the Go plugin that lets developers define, manage,
113+ Custom Snippets is a the Go plugin that lets developers define, manage,
114114 and expand their own code snippets directly inside the editor. Snippets are
115115 stored per-project as JSON, contributed to the IDE's completion system via
116116 < code > SnippetExtension</ code > , and managed through a dedicated editor tab
@@ -287,7 +287,7 @@ <h3>File layout</h3>
287287 < li > src/main/
288288 < ul >
289289 < li > AndroidManifest.xml</ li >
290- < li > kotlin/com/Code on the Go /snippets/
290+ < li > kotlin/com/codeonthego /snippets/
291291 < ul >
292292 < li > < strong > SnippetsPlugin.kt</ strong > — plugin entry point, extensions</ li >
293293 < li > < strong > SnippetsConfig.kt</ strong > — data models, JSON parser</ li >
@@ -449,7 +449,7 @@ <h3>4.1 Plugin lifecycle (<code>IPlugin</code>)</h3>
449449 declares the entry point:
450450 </ p >
451451 < pre > < code > <meta-data android:name="plugin.main_class"
452- android:value="com.Code on the Go .snippets.SnippetsPlugin" /></ code > </ pre >
452+ android:value="com.codeonthego .snippets.SnippetsPlugin" /></ code > </ pre >
453453 < p >
454454 < code > initialize()</ code > stores the < code > PluginContext</ code > and sets
455455 a static < code > instance</ code > reference (used by the fragment).
@@ -635,7 +635,7 @@ <h2>6. Key Benefits</h2>
635635</ section >
636636
637637< footer >
638- Custom Snippets Plugin Documentation · Version 1.0.0 · com.Code on the Go .snippets
638+ Custom Snippets Plugin Documentation · Version 1.0.0 · com.codeonthego .snippets
639639</ footer >
640640
641641</ body >
0 commit comments