fontSize | Float | 14f | Font size in sp for editor text |
pinLineNumbers | Boolean | false | Keep line numbers visible when scrolling horizontally |
wordWrap | Boolean | false | Wrap long lines to the next visual row |
tabSize | Int | 4 | Number of spaces for a tab character |
customFontUri | String? | null | URI to a custom font file |
deleteEmptyLineFast | Boolean | true | Instantly delete entire whitespace-only lines |
deleteMultiSpaces | Int | 1 | Number of leading spaces to delete at once with backspace |
symbolPairAutoCompletion | Boolean | true | Automatically insert closing brackets and quotes |
autoIndent | Boolean | true | Apply indentation to new lines |
disallowSuggestions | Boolean | false | Force the IME to hide autocorrect suggestions |
indicatorWaveLength | Float | 18f | Length of the error/warning indicator wave |
indicatorWaveWidth | Float | 0.9f | Width of the error/warning indicator wave |
indicatorWaveAmplitude | Float | 4f | Amplitude of the error/warning indicator wave |
useICULibToSelectWords | Boolean | true | Use ICU library for word boundary calculation |
highlightMatchingDelimiters | Boolean | true | Highlight corresponding opening/closing brackets |
boldMatchingDelimiters | Boolean | true | Apply bold styling to matching brackets |
enableRoundTextBackground | Boolean | true | Use rounded edges for text background highlights |
formatPastedText | Boolean | false | Format code blocks when pasted |
enhancedHomeAndEnd | Boolean | true | Jump to first non-whitespace before line start |
reselectOnLongPress | Boolean | true | Select new words under finger even if text is highlighted |
fastScrollSensitivity | Float | 5f | Sensitivity factor for fast scrolling |
mouseWheelScrollFactor | Float | 1.2f | Factor applied to mouse wheel scroll events |
mouseMode | MouseMode | MouseMode.Auto | Behavior when a mouse is used |
mouseModeAlwaysShowScrollbars | Boolean | true | Keep scrollbars visible in mouse mode |
mouseContextMenu | Boolean | true | Show native right-click context menus |
stickyScroll | Boolean | false | Pin scope headers to the top while scrolling |
stickyScrollMaxLines | Int | 3 | Maximum lines pinned in sticky scroll |
stickyScrollPreferInnerScope | Boolean | false | Show nested inner scopes when max lines exceeded |
stickyScrollAutoCollapse | Boolean | true | Hide sticky lines when selecting text behind them |
selectCompletionItemOnEnterForSoftKbd | Boolean | true | Accept autocomplete on enter for soft keyboards |
inlayHints | Boolean | true | Show inlay hints |