EffectiveNameHints
- class EffectiveNameHints
Inlay hint options for effective names.
Members defined in
EffectiveNameHints(4 members)
RWName hints on non instantiation expression arguments.
RWName hints on positional instantiation expression arguments.
RWToggle for all nested options.
Attributes
- property features: syside.conf.NameHintPreference
Name hints on non instantiation expression arguments.
attribute def A { attribute <a> b; } attribute a : A { //* <a> b */ :>> b; }
- property parameters: syside.conf.NameHintPreference
Name hints on positional instantiation expression arguments.
attribute def A { attribute <a> b; } attribute a = new A(//* <a> b = */ 4);
- property toggle: syside.conf.Toggle
Toggle for all nested options.
onenables the default behaviouroffdisables the default behaviour and all nested optionsexplicitdisables the default behaviour. Same asonif there is no default behaviour not covered by nested options.
Methods
- __init__() None