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