@arc-mcp/adt-ls - v0.5.0
npm
GitHub
Preparing search index...
TextEdit
Interface TextEdit
A standard LSP text edit (0-based positions).
interface
TextEdit
{
newText
:
string
;
range
:
{
end
:
Position
;
start
:
Position
}
;
}
Index
Properties
new
Text
range
Properties
new
Text
newText
:
string
range
range
:
{
end
:
Position
;
start
:
Position
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
new
Text
range
npm
GitHub
@arc-mcp/adt-ls - v0.5.0
Loading...
A standard LSP text edit (0-based positions).