

yaml.keyOrdering : Enforces alphabetical ordering of keys in mappings when set to true.: Forbids flow style sequences if set to forbid.: Forbids flow style mappings if set to forbid.


http.proxyStrictSSL: If true the proxy server certificate should be verified against the list of supplied CAs.If it is not set or it is undefined no proxy server will be used.
#YAML FORMATTER INTELLIJ DOWNLOAD#

#YAML FORMATTER INTELLIJ CODE#
More specifically, it converts tabs to spaces to ensure valid YAML, sets the tab size, allows live typing autocompletion and formatting, and also allows code lens. : VSCode-YAML adds default configuration for all YAML files.When the YAML object is not empty, autocompletion ignores this setting and returns all properties and skeletons. : If true, the user must select some parent skeleton first before autocompletion starts to suggest the rest of the properties.yaml.disableDefaultProperties: Disable adding not required properties with default values into completion text (default is false).yaml.maxComputedItems: The maximum number of outline symbols and folding regions computed (limited for performance reasons).The type of object can be either scalar (for strings and booleans), sequence (for arrays), mapping (for objects). Either an item in the array is a custom tag such as "!Ref" and it will automatically map !Ref to a scalar, or you can specify the type of the object !Ref should be, e.g. yaml.customTags: Array of custom tags that the parser will validate against.: URL of a schema store catalog to use when downloading schemas.: When set to true, the YAML language server will pull in all available schemas from JSON Schema Store.yaml.schemas: Helps you associate schemas with files in a glob pattern.pletion: Enable/disable autocompletion.yaml.validate: Enable/disable validation feature.: Specify the line length that the printer will wrap on.: Always: wrap prose if it exceeds the print width, Never: never wrap the prose, Preserve: wrap prose as-is.: Print spaces between brackets in objects.: Use single quotes instead of double quotes.: Enable/disable default YAML formatter (requires restart).yaml.yamlVersion: Set default YAML spec version ( 1.2 or 1.1).Starting from 1.0.0 the extension uses eemeli/yaml as the new YAML parser, which strictly enforces the specified YAML spec version.ĭefault YAML spec version is 1.2, it can be changed with yaml.yamlVersion setting. Please refer to Language Server Settings to setup a schema YAML version support On type formatting auto indent for array itemsĪuto completion and hover support are provided by the schema.Hovering over a node shows description if provided by schema.Scalar nodes autocomplete to schema's defaults if they exist.Provides the document outlining of all completed nodes in the file.Detects whether the entire file is valid yaml.Provides comprehensive YAML Language support to Visual Studio Code, via the yaml-language-server, with built-in Kubernetes syntax support.
