https://github.com/slava0135/vscode-robust-yaml
Extended YAML support for Robust Toolbox
https://github.com/slava0135/vscode-robust-yaml
csharp game-development robust-toolbox space-station-14 vscode vscode-extension yaml
Last synced: 4 months ago
JSON representation
Extended YAML support for Robust Toolbox
- Host: GitHub
- URL: https://github.com/slava0135/vscode-robust-yaml
- Owner: Slava0135
- License: mit
- Created: 2024-04-11T19:32:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T17:40:47.000Z (over 1 year ago)
- Last Synced: 2025-04-04T21:22:57.057Z (about 1 year ago)
- Topics: csharp, game-development, robust-toolbox, space-station-14, vscode, vscode-extension, yaml
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=slava0135.robust-yaml
- Size: 159 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VSCode Robust YAML
Extended YAML support for [Robust Toolbox](https://github.com/space-wizards/RobustToolbox) game engine (used for [Space Station 14](https://github.com/space-wizards/space-station-14))
## Features
* Entity prototypes and components
* __Go to__ component/datafield definition
* Show component/datafield __summary__ when hovering over
* Component __highlighting__
* Component/datafield __autocompletion__
* Resource (file) paths
* __Go to__ resource definition
* Resource path __highlighting__
* __Color preview + color picker__ for strings in `"#rrggbb"` / `"#rrggbbaa"` format
## Requirements
> This extension __does not provide base YAML support__ (e.g. formatting), use with other extensions (e.g. [YAML Language Support by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml)).
## Showcase