vscode-markdown-codesandbox
v0.0.1
Published
run code in your markdown
Downloads
1
Readme
vscode-markdown-codesandbox
About
Identify the code block in the markdown file and run it
Why do you need?
When you write a document in markdown, and you want to run code, you often need to copy it to a file or start a project There is no DX in this way. So I can use this extension to run at anytime
Feature
Preview the supported languages
You can switch files and run code blocks at any time, and the plug-in will be updated in time
Run code in sandbox
Only javascript is now supported!
You can switch files and run code blocks at any time, and the plug-in will be updated in time
TODO
- [x] base trigger
- [x] hover tips
- [x] hover trigger
- [x] new window show result
- [ ] language
- [x] javascript
- [ ] displays code information & code line
- [ ] load third-library(like: d3/echart)
- [ ] python
- [ ] run in a sandbox environment
- [ ] golang
- [ ] run in a sandbox environment
- [ ] shell
- [x] javascript