GtkSourceSnippet

Quick insertion code snippets.

The gtksource.snippet.Snippet represents a series of chunks that can quickly be inserted into the class@View.

Snippets are defined in XML files which are loaded by the class@SnippetManager. Alternatively, applications can create snippets on demand and insert them into the class@View using gtksource.view.View.pushSnippet.

Snippet chunks can reference other snippet chunks as well as post-process the values from other chunks such as capitalization.

struct GtkSourceSnippet