@marianfoo/adt-ls - v0.4.1
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
@marianfoo/adt-ls - v0.4.1
Loading...
A standard LSP text edit (0-based positions).