Variables

Description

These are "variables" exposed to Minibuffer's M-x describe-variable and M-x edit-variable commands.

See also
Variable

Variables

bool temporalMacros = false
 Variable temporal-macros: Play macros at the same speed they were recorded?
 
bool hideMinibufferOnScreenshot = false
 Variable hide-minibuffer-on-screenshot: Toggle whether screenshot includes minibuffer
 
bool showAnnotations = true
 Variable show-annotations: Show annotations of completions if available. More...
 
bool showGroups = false
 Variable show-groups: Show groups in completion. More...
 

Properties

bool onlyEnabled [get, set]
 Variable only-enabled: Only show enabled MonoBehaviours
 
Matchers autoCompleteMatcher [get, set]
 Variable auto-complete-matcher: How to match for auto completion
 
bool caseSensitiveMatching [get, set]
 Variable case-sensitive-matching?: Is the auto completion matching case sensitive?
 
int fontSize [get, set]
 Variable font-size: Minibuffer font size
 

Variable Documentation

bool showAnnotations = true

Variable show-annotations: Show annotations of completions if available.

Show annotations of completions if available.

bool showGroups = false

Variable show-groups: Show groups in completion.