Enum PrepareReason
Defines reason of underlying text in the parser being updated.
public enum PrepareReason
Fields
CodeCompletion = 3Specifies that code completion is requested.
Formatting = 6Specifies that formatting was requested
Indentation = 5Specifies that indentation is requested.
None = 0Specifies that no reason was provided.
Outline = 4Specifies that code outlining is requested.
SyntaxChanged = 2Specifies that syntax was changed.
TextChanged = 1Specifies that text was changed.