Enum SnippetType
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Defines snippet behaviour.
public enum SnippetType
Fields
Expansion = 2
Allows the code snippet to be inserted at the cursor.
None = 0
Specifies that no flags are in effect.
Refactoring = 3
Specifies that the code snippet is used during Visual C# refactoring. Refactoring cannot be used in custom code snippets.
SurroundsWith = 1
Allows the code snippet to be placed around a selected piece of code.