Interface: ProcessedTargetsContext
typings/Types.ProcessedTargetsContext
Properties
actionFinalStages
• actionFinalStages: ModifierStage[]
Modifier stages contributed by the action that should run at the end of the modifier pipeline
Defined in
typings/Types.ts:44
actionPrePositionStages
• actionPrePositionStages: ModifierStage[]
Modifier stages contributed by the action that should run before the final positional stage, if there is one
Defined in
typings/Types.ts:39
currentEditor
• currentEditor: undefined | TextEditor
Defined in
typings/Types.ts:46
currentSelections
• currentSelections: SelectionWithEditor[]
Defined in
typings/Types.ts:45
hatTokenMap
• hatTokenMap: ReadOnlyHatMap
Defined in
typings/Types.ts:47
sourceMark
• sourceMark: Target[]
Defined in
typings/Types.ts:49
thatMark
• thatMark: Target[]
Defined in
typings/Types.ts:48
Methods
getNodeAtLocation
▸ getNodeAtLocation(document, range): SyntaxNode
Parameters
| Name | Type |
|---|---|
document | TextDocument |
range | Range |
Returns
Defined in
typings/Types.ts:50