[I] CodeFixContext
Properties
Property | Modifier | Type | Description |
---|---|---|---|
appendText | readonly | (location , text ) => InsertTextCodeFixEdit | Add the given text after the range or pos given. |
prependText | readonly | (location , text ) => InsertTextCodeFixEdit | Add the given text before the range or pos given. |
replaceText | readonly | (location , newText ) => ReplaceTextCodeFixEdit | Replace the text at the given range. |