yaml-language-server
brew install yaml-language-server
v1.23.0
MIT
Language Server for Yaml Files
485
30-day installs · #1778
2.5k
90-day · #1457
8.4k
365-day · #1541
1.5k
★ GitHub stars · updated 2mo ago
Runtime dependencies
GitHub topics
language-server
yaml
yaml-support
Links
- https://github.com/redhat-developer/yaml-language-server
- GitHub: redhat-developer/yaml-language-server
- Brew formula source: Formula/y/yaml-language-server.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"node"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Language Server for Yaml Files",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:40+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "yaml-language-server",
"github_default_branch": "main",
"github_last_commit_at": "2026-06-19T14:24:51Z",
"github_readme_excerpt": " [](https://www.npmjs.com/package/yaml-language-server) [](https://coveralls.io/github/redhat-developer/yaml-language-server?branch=main)\n\n# YAML Language Server\n\nSupports JSON Schema drafts 04, 07, 2019-09, and 2020-12.\nStarting from `1.0.0` the language server uses [eemeli/yaml](https://github.com/eemeli/yaml) as the new YAML parser, which strictly enforces the specified YAML spec version. Default YAML spec version is `1.2`, it can be changed with `yaml.yamlVersion` setting.\n\n## Features\n\n1. YAML validation:\n - Detects whether the entire file is valid yaml\n2. Validation:\n - Detects errors such as:\n - Node is not found\n - Node has an invalid key node type\n - Node has an invalid type\n - Node is not a valid child node\n - Detects warnings such as:\n - Node is an additional property of parent\n3. Auto completion:\n - Auto completes on all commands\n - Scalar nodes autocomplete to schema\u0027s defaults if they exist\n4. Hover support:\n - Hovering over a node shows description _if available_\n5. Document outlining:\n - Shows a complete document outline of all nodes in the document\n\n## Language Server Settings\n\nThe following settings are supported:\n\n- `yaml.yamlVersion`: Set default YAML spec version (1.2 or 1.1)\n- `yaml.format.enable`: Enable/disable default YAML formatter (requires restart)\n- `yaml.format.singleQuote`: Use single quotes instead of double quotes\n- `yaml.format.bracketSpacing`: Print spaces between brackets in objects\n- `yaml.format.proseWrap`: Always: wrap prose if it exceeds the print width, Never: never wrap the prose, Preserve: wrap prose as-is\n- `yaml.format.printWidth`: Specify the line length that the printer will wrap on\n- `yaml.validate`: Enable/disable validation ",
"github_repo": "redhat-developer/yaml-language-server",
"github_stars": 1482,
"github_topics": [
"language-server",
"yaml",
"yaml-support"
],
"homepage": "https://github.com/redhat-developer/yaml-language-server",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 485,
"installs_365d": 8395,
"installs_90d": 2523,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "yaml-language-server",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 1778,
"rank_365d": 1541,
"rank_90d": 1457,
"raw_hash": "ab8911714ed185a9",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/y/yaml-language-server.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "1.23.0",
"versioned_formulae": [],
"why_use_this": null
}