Overview of even-better-toml features
masterThe even-better-toml extension (backed by Taplo) provides comprehensive TOML support in VS Code, including:
- TOML 1.0.0 Support: Full support for the latest TOML specification.
- Syntax Highlighting: TextMate-based highlighting with support for custom scopes (tables, arrays, etc.).
- Semantic Highlighting: Enhanced highlighting for inline tables and arrays.
- Validation: Real-time error checking and validation.
- Folding: Ability to fold arrays, multi-line strings, top-level tables, and comments.
- Navigation: A symbol tree for navigating TOML structures, even when tables are out of order.
- Refactoring: Support for renaming symbols.
- Formatting: Conservative default formatting with additional configurable features.
- Schema Support: Completion and validation using JSON Schemas.
- Commands: Built-in commands for JSON <-> TOML conversion.