carvel-dev / vscode-ytt

Visual Studio Code extension for working with ytt yaml files
Apache License 2.0
17 stars 0 forks source link

Add support for a split view preview when editing ytt templates #3

Open ewrenn8 opened 3 years ago

ewrenn8 commented 3 years ago

VScode natively supports split view previews for markdown, maybe we can implement something similar for ytt templates. We should be able to use the supported WebView API to accomplish this though, we would need a way for the user to enter a custom command or somehow specify what files ytt should be run with.