Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/monaco
textmate/textmate-snippet-completion-provider
TextmateSnippet
Interface TextmateSnippet
Deprecated
use JsonSerializedSnippet & MonacoSnippetSuggestProvider instead
interface
TextmateSnippet
{
body
:
string
[]
;
description
:
string
;
prefix
:
string
;
}
Index
Properties
body
description
prefix
Properties
Readonly
body
body
:
string
[]
Readonly
description
description
:
string
Readonly
prefix
prefix
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
description
prefix
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Deprecated
use JsonSerializedSnippet & MonacoSnippetSuggestProvider instead