C# Class PredictiveCodeSuggestions.LiveTemplates.LiveTemplateManager

Defines the LiveTemplateManager class.
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Methods

Method Description
CreateLiveTemplate ( string key, string description, string text ) : void

Creates the live template.

ExecuteLiveTemplate ( [ context, [ liveTemplate, [ variables ) : void

Gets the live templates.

Private Methods

Method Description
GetLiveTemplates ( [ context, [ scope ) : IEnumerable

Method Details

CreateLiveTemplate() public static method

Creates the live template.
public static CreateLiveTemplate ( string key, string description, string text ) : void
key string The key.
description string The description.
text string The text.
return void

ExecuteLiveTemplate() public static method

Gets the live templates.
public static ExecuteLiveTemplate ( [ context, [ liveTemplate, [ variables ) : void
context [ The context.
liveTemplate [ The live template.
variables [ The variables.
return void