vscode-ytt
vscode-ytt copied to clipboard
Visual Studio Code extension for working with ytt yaml files
Hi there, i wanted to report here that i have published `v0.0.3` manually on [Open-VSX](https://open-vsx.org/extension/ewrenn/vscode-ytt). I have no interest in claiming any ownership, if my actions interfere with a proper...
When I do: ``` #@ lib = struct.make( #@ arg1=arg1, #@ arg2=arg2 #@ ) ``` the last three lines are being highlighted as if they were comments. Using version `0.0.2`...
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](https://code.visualstudio.com/api/extension-guides/webview) to accomplish this...