/vscode-yaml-preview

Primary LanguageTypeScriptOtherNOASSERTION

Yaml2Table Preview

This VSCode extension helps to preview the documents written in YAML format to be previewed in real time on VS Code as a table.

Download Extension

Download here: Yaml2Table Preview - Visual Studio | Marketplace

Sample Screenshot

preview

How to use

  • Open any YAML file.
  • Type CTRL+SHIFT+P and search for 'Yaml2Table'.
  • Choose either Yaml2Table:Open preview or Yaml2Table:Open preview to the side

image

Open Preview

Yaml2Table:Open preview - opens the preview in a new tab and focuses on it as below

image

Open Preview to the Side

Yaml2Table:Open preview to the side - opens the preview in a new tab on the side. The file and preview will be visible side by side as below

preview

Honorable mention

This extension was based on the original solution provided here.