code_forge/styling library

Classes

CodeSelectionStyle
This class provides styling options for code selection in the code editor.
DocumentColor
Represents a document color to be displayed in the code editor.
DocumentHighlight
Represents a document highlight from LSP. Used to highlight all occurrences of a symbol in the document.
GhostText
Represents ghost text (inline suggestion) displayed in the editor.
GutterDecoration
Represents a decoration in the gutter area (line numbers column).
GutterStyle
This class provides styling options for the Gutter.
HoverDetailsStyle
Styling options for the hover details popup.
InlayHint
Represents an inlay hint to be displayed inline in the code editor.
LineDecoration
Represents a decoration applied to a range of lines in the editor.
MatchHighlightStyle
Styles used to highlight occurrences found by the controller.findWord() API.
OverlayStyle
Base class for overlay styling options used in various popup elements.
SearchHighlight
Represents a highlighted search result in the editor
SuggestionStyle
Styling options for the code completion suggestion popup.

Enums

GutterDecorationType
Defines decoration types for gutter decorations.
InlayHintKind
The kind of inlay hint
LineDecorationType
Defines decoration types for line decorations in the editor.