@kkdev92/vscode-ext-kit - v4.1.1
GitHub
npm
Preparing search index...
index
WorkspaceTextEdit
Interface WorkspaceTextEdit
One replacement targeting a file that need not be open.
interface
WorkspaceTextEdit
{
range
:
TextRange
;
text
:
string
;
uri
:
ResourceUri
;
}
Hierarchy (
View Summary
)
TextEdit
WorkspaceTextEdit
Index
Properties
range
text
uri
Properties
Readonly
range
range
:
TextRange
Readonly
text
text
:
string
Readonly
uri
uri
:
ResourceUri
The document to edit.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
range
text
uri
GitHub
npm
@kkdev92/vscode-ext-kit - v4.1.1
Loading...
One replacement targeting a file that need not be open.