-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Albert Tregnaghi edited this page Jun 13, 2018
·
17 revisions
This plugin is just a simple eclipse editor for YAML files. The editor is available at https://marketplace.eclipse.org/content/yaml-editor
- Fast and small
- Validation
- Outline + Quickoutline
- Vertical Ruler which can be moved (F3)
- Simple code completion for existing words
- Entering a tab key will always result in no tab but 3 spaces...
- Syntaxhighlighting, colors can be customized, defaults for dark themes exist
- Comment toggling (CTRL + 7)
More features upcoming, currently BETA state.
There exists some other editors for eclipse for yaml but there were some issues which annoyed me
- One of them had an odd syntax highlighting beahviour (delayed)
- No vertical ruler (an important feature for myself)
- Tabs not allways surpresssed
- No code completion
Also I did wrote a Yaml-Editor many years ago (see https://sourceforge.net/projects/yamli/) and wanted to bring at least
some of the features back to live (the tool was never on marketplace). Did not transfer code or something because I used LGPL
license for yamli and I am not sure if a license change to Apache 2.0
would be possible (even as an owner).