lspeasy / core/src / InsertTextFormat
Variable: InsertTextFormat
ts
const InsertTextFormat: {
PlainText: 1;
Snippet: 2;
};Defined in: packages/core/src/protocol/enums.ts:217
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
PlainText | 1 | 1 | packages/core/src/protocol/enums.ts:218 |
Snippet | 2 | 2 | packages/core/src/protocol/enums.ts:219 |