This package provides the following services:
This package consumes the following services:
ide-yaml
Atom-IDE support for YAML language
Features
- YAML Outline in Outline View
- Quick navigation by clicking
- Searching by entering keywords
- Tooltips for
- Linter message
Requirements
you need to install following requirements before installing ide-yaml
:
- Atom editor 1.21.0-beta0 or higher version
- Atom package
atom-ide-ui
FAQ
Why I could not download this Atom package?
Please make sure you have installed all softwares in Requirements section.
I've installed ide-yaml. Why there is still nothing shown in Outline View when yaml opened?
Please check the file exists in the Project Tree View so that it can be handled by ide-yaml
.
In addition, to show outline view, use Atom command Outline View: Toggle
.
How can I customize this package?
Please read CONTRIBUTING.md for more details.
- 😕 Still feeling confused? Please provide feedbacks via issues to make ide-yaml better. 🙏
Notes and References
ide-yaml
acts as a client of language server basing onatom-languageclient
yaml-language-server
acts as a language server and analyze your YAML in separate process- language servers and clients are talking with Language Server Protocol (LSP)