TTMSFNCMemoQuickSuggestion Class
Controls whether inline code completions appear automatically while typing inside string literals, comments, and other token contexts.
API unit family: TMSFNCMemo
Inherits from: TPersistent
Syntax
TTMSFNCMemoQuickSuggestion = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Comments | Quick-suggestion mode applied inside comments; smOff disables, smOn enables, smInline shows inline hints. |
| Other | Quick-suggestion mode applied in all other token contexts; defaults to smOn. |
| Strings | Quick-suggestion mode applied inside string literals; smOff disables, smOn enables, smInline shows inline hints. |
Methods
| Name | Description |
|---|---|
| ToJSString | Serialises the quick-suggestion settings to a JavaScript object-literal string suitable for the Monaco editor options API. |