kcl-lang / vscode-kcl

VS Code KCL Extension
https://kcl-lang.io
Apache License 2.0
5 stars 12 forks source link

The kusion compile command can be wrapped as a View & Live View feature like markdown preview #14

Closed amyXia1994 closed 6 months ago

amyXia1994 commented 1 year ago

similar code preview features in vs code markdown

here is VS Code's out-of-the-box basic Markdown support for markdown preview:

image

similar preview features in vs code SVG Previewer extension

preview

image

Optimization of kcl compile

ref

amyXia1994 commented 1 year ago

found similar feature for helm chart template(from vscode kubernetes extension maintained by microsoft), could be triggered by command: Helm: Preview Template

image

This feature is implemented using vscode webview, and the yaml format preview doesn't support highlight or folding.

amyXia1994 commented 1 year ago

This feature seems more meaningful on vscode-kcl extension, let's migrate the feature from vscode-kusion to vscode-kcl. 😃 cc @He1pa