Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 903 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 903 Bytes

YAML Diff

A Visual Studio Code extension that allows you to compare two YAML files by sorting their keys.

Features

  • Compare two YAML files by sorting their keys alphabetically.
  • Deeply compare nested objects and arrays within the YAML files.

Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the square icon in the sidebar or pressing Ctrl+Shift+X.
  3. Search for "YAML Diff" and click Install.

Usage

  1. Open a YAML file in the editor.
  2. Trigger the "Compare YAML" command (e.g., via the command palette or a keyboard shortcut).
  3. Select another YAML file for comparison.
  4. The extension will sort the keys in both files and display a message indicating they are ready for comparison.

Known Issues

  • None at the moment.

Contributing

Contributions are welcome!

License

This extension is licensed under the MIT License.