Open
Description
Are there plans to create a VS Extension for .md framework files?
The experience of editing these files is not too bad out-the-box, but I think some small tweaks would go a long way to making these files feel less intimidating.
- auto-complete for Observable types in js code blocks. (e.g. Inputs class)
- visual formatting of the code blocks "```js etc"
- "goToDefinition" linking to "imports" and autocompletion for imports with correct path
- JS auto-format (indents etc) for inline ```js code blocks