feat: add yaml-ls plugin for YAML code intelligence v1.0.0#16
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request introduces the yaml-ls plugin, which integrates the YAML language server to provide code intelligence features such as go-to-definition, find-references, and hover documentation. The changes include adding the plugin to the marketplace registry, defining its LSP configuration, and providing comprehensive documentation. Review feedback suggests updating the plugin descriptions in both the marketplace and plugin metadata files to explicitly include 'diagnostics' for better accuracy and consistency with other language server plugins.
| }, | ||
| { | ||
| "name": "yaml-ls", | ||
| "description": "YAML language server (yaml-language-server) for code intelligence, go-to-definition, find-references, and hover docs", |
There was a problem hiding this comment.
The description is missing diagnostics, which is a key feature of this language server and is mentioned in the README. For better accuracy and consistency with other LSP plugins in this marketplace (like terraform-ls), I suggest updating the description to include it.
| "description": "YAML language server (yaml-language-server) for code intelligence, go-to-definition, find-references, and hover docs", | |
| "description": "YAML language server (yaml-language-server) for code intelligence, go-to-definition, find-references, hover, and diagnostics", |
| { | ||
| "name": "yaml-ls", | ||
| "version": "1.0.0", | ||
| "description": "YAML language server (yaml-language-server) for code intelligence, go-to-definition, find-references, and hover docs in YAML files (.yaml, .yml)", |
There was a problem hiding this comment.
The description is missing diagnostics, which is a key feature of this language server and is mentioned in the plugin's README. For better accuracy and consistency, I suggest updating the description to include it.
| "description": "YAML language server (yaml-language-server) for code intelligence, go-to-definition, find-references, and hover docs in YAML files (.yaml, .yml)", | |
| "description": "YAML language server (yaml-language-server) for code intelligence, go-to-definition, find-references, hover, and diagnostics in YAML files (.yaml, .yml)", |
Summary
yaml-lsplugin providing YAML language server integration (go-to-definition, find-references, hover, diagnostics) for.yamland.ymlfilesyaml-language-server --stdioTest plan
/plugin install yaml-ls@cc-plugins-vnzyaml-language-serveris detected:which yaml-language-server.yamlfile and confirm LSP features (hover, diagnostics) workprek run --all-files— all checks pass🤖 Generated with Claude Code