Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 1.01 KB

File metadata and controls

33 lines (21 loc) · 1.01 KB

SnippetTypes Enum

HomeFields

Namespace: Pihrtsoft.Snippets

Assembly: Pihrtsoft.Snippets.dll


Specifies how the code snippet can be inserted into code.

[Flags]
public enum SnippetTypes

Inheritance

ObjectValueTypeEnum → SnippetTypes

Attributes

Fields

Name Value Summary
None 0 Specifies that no snippet type is set.
Expansion 1 Specifies that the code snippet can be inserted at the cursor.
SurroundsWith 2 Specifies that the code snippet can be placed around a block of code.
Refactoring 4 Specifies that the code snippet can be used during refactoring.