
odriver: empty ContentPartDriver skeleton.ocreatetable: a simple SchemaBuilder.CreateTable() skeleton for migrations.ocreatecontentpartrecordtable: a SchemaBuilder.CreateTable() shortcut for part records, to be used in migrations.ocontrollerfull: Controller class with common Orchard services (IOrchardServices, Localizer, ILogger).obackgroundtask: background task (IBackgroundTask) skeleton.oaltertypedefinition: ContentDefinitionManager.AlterTypeDefinition() skeleton.oalterpartdefinition: ContentDefinitionManager.AlterPartDefinition() skeleton.oadminmenu: admin menu (INavigationProvider) skeleton.Orchard snippets are prefixed with an "o" for distinction. propv: virtual auto-implemented property.ctorinject: constructor with an injected dependency and a corresponding private readonly field.controller: empty ASP.NET MVC controller class.These snippets are constantly used at Lombiq and updated according to our experiences. Thus if you escape snippets by hitting enter the cursor will be placed where you most likely want to write next. We've taken care to place the $end$ terminating symbol to a place where one most possibly wants to follow up with coding. Snippets follow Orchard naming conventions. Note that since C# snippets (unlike VB ones) don't support adding namespaces no matter how we wanted this otherwise you'll need to always add namespaces yourself.

To do this go under Tools/Code Snippets Manager/select the C# language/Add and Add the whole folder. To effectively use this collection of VS snippets just point the Snippets Manager to where you cloned or downloaded this folder.
