Skip to content

[I] CodeFixContext

Properties

PropertyModifierTypeDescription
appendTextreadonly(location, text) => InsertTextCodeFixEditAdd the given text after the range or pos given.
prependTextreadonly(location, text) => InsertTextCodeFixEditAdd the given text before the range or pos given.
replaceTextreadonly(location, newText) => ReplaceTextCodeFixEditReplace the text at the given range.