Methods Module
Functions and values
| Function or value |
Description
|
Full Usage:
Methods.Configuration
Returns: string
|
|
Full Usage:
Methods.ConfigurationWarning
Returns: string
|
Sent by the daemon to the client for every format request, before the request answers, naming the settings in the resolved configuration that Fantomas could not act on. Purely informational: the request still succeeds, using defaults for whatever could not be read. The notification carries one `ConfigurationWarning`, serialized as it is written here except for `Version`, which the daemon does not send: `{"FilePath": "...", "EditorConfigFiles": ["..."], "Problems": [{"Code": 1, "Source": 1, "Setting": "fsharp_bogus_option", "Value": null}]}`.
|
Full Usage:
Methods.FormatDocument
Returns: string
|
|
Full Usage:
Methods.FormatSelection
Returns: string
|
|
Full Usage:
Methods.Version
Returns: string
|
|
fantomas