Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alibasiccoder/code-sandbox
a vs code extension to run code without missing with the project
https://github.com/alibasiccoder/code-sandbox
Last synced: 20 days ago
JSON representation
a vs code extension to run code without missing with the project
- Host: GitHub
- URL: https://github.com/alibasiccoder/code-sandbox
- Owner: AliBasicCoder
- License: mit
- Created: 2020-03-17T15:26:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T04:26:47.000Z (about 3 years ago)
- Last Synced: 2024-11-27T21:16:40.913Z (3 months ago)
- Language: TypeScript
- Size: 5.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# code-sandbox README
an extension for running a sandbox
## Features
1. running code without creating a new file
2. storing it so it's available when you need it## Usage
### creating a sandbox
1. open the command palette (ctrl + shift + p)
2. choose Sandbox - create new Sandbox
3. choose the language you want (js is only language available now)
4. type the name of the sandbox### running
1. open the command palette (ctrl + shift + p)
2. choose Sandbox - run Sandbox![gif](https://raw.githubusercontent.com/AliBasicCoder/code-sandbox/master/tut.gif)
## Licence
copyrights (c) AliBasicCoder 2020