Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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