conf
Configuration related types and functionality.
Index
Classes ¶
Formatting option that can either be preserved from source, or overridden. |
||
Options for printing synthetic elements. |
||
Options for inserting line breaks. |
||
Options for parenthesizing expressions in while loops. |
||
Options for merging consecutive declaration relationships. |
||
Options for binary ends formatting: |
||
Options for |
||
Options for |
||
Options for |
||
Options for |
||
Options for |
||
Options for |
||
Options for |
||
Options for |
||
Options for |
||
Options for trailing comma placement. |
||
Options for expression parentheses formatting: |
||
Format options for declarations |
||
Options for keyword formatting |
||
Formatter options for Syside |
||
Configuration for validations and lints. |
||
Options for implicit redefinitions. |
||
Whether to show the |
||
Whether to show the |
||
Inlay hint options for effective names. |
||
Options for implicit specialization hints. |
||
Whether to show the implicitly computed succession and transition sources. |
||
Options for inlay hints. |
||
Options for LSP hover provider that displays documentation of elements under the cursor. |
||
Telemetry options. |
||
Syside LSP options. |
||
Formatter options for Syside |
||
Syside configuration using TOML 1.0. See TOML page for more details. |
Functions ¶
Load |
Enumerations ¶
An option to |
||
An option to |
||
An option to |
||
Whether to place |
||
An option to print a non-word |
||
An option to print a non-word |
||
An option to control multiplicity range placement relative to declaration specializations. |
||
Whether to place operators |
||
Synthetic float format |
||
Whether to print null expressions as |
||
Type to check multiplicity range bounds expression result against. |
||
Severity of a lint rule. |
||
The scope of |
||
Hinted name preference |
||
Toggle option |
||
Kind of paths to resolve in hover contents. |
||
Action to take on crash in regard to crash reports. |
||
LSP editing scope. |
Functions
- load_config(arg: str | os.PathLike[AnyStr], /) syside.conf.Config
Load
Configfrom the givenpath.Raises
FileNotFoundErrorif there is no such file. RaisesRuntimeErrorif parsing fails otherwise.
Enumerations
- class OptionalToken
An option to
alwaysprint some token,neverprint, or printon-breakdue to line width limits.
- class MultiPlacement
An option to control multiplicity range placement relative to declaration specializations.