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

https://github.com/harry-hopkinson/vscode-runner

A CodeRunner for vscode which can run multiple programming languages.
https://github.com/harry-hopkinson/vscode-runner

typescript vscode vscode-extension

Last synced: 9 months ago
JSON representation

A CodeRunner for vscode which can run multiple programming languages.

Awesome Lists containing this project

README

          

[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version-short/harryhopkinson.vscode-runner.svg)](https://marketplace.visualstudio.com/items?itemName=harryhopkinson.vscode-runner) [![Downloads](https://vsmarketplacebadge.apphb.com/downloads-short/harryhopkinson.vscode-runner.svg)](https://marketplace.visualstudio.com/items?itemName=harryhopkinson.vscode-runner) [![Rating](https://vsmarketplacebadge.apphb.com/rating-short/harryhopkinson.vscode-runner.svg)](https://marketplace.visualstudio.com/items?itemName=harryhopkinson.vscode-runner)

# vscode-runner



A CodeRunner for VsCode which can run multiple programming languages which includes:
C, C++, Java, JavaScript, PHP, Python, Perl, Ruby, Go, C#, VBScript, TypeScript, CoffeeScript, Scala, Swift, R, Visual Basic .NET, Objective-C, Rust, Kotlin, Dart, and Haskell.

- To run code:
- use shortcut `Ctrl+Alt+N`
- or press `F1` and then select/type `Run Code`,
- or right click the Text Editor and then click `Run Code` in editor context menu
- or click `Run Code` button in editor title menu
- or click `Run Code` button in context menu of file explorer
- To stop the running code:
- use shortcut `Ctrl+Alt+M`
- or press `F1` and then select/type `Stop Code Run`
- or click `Stop Code Run` button in editor title menu
- or right click the Output Channel and then click `Stop Code Run` in context menu

For the Terminal Output disable auto scrolling for a cleaner experience.

Thanks for the Support! 🥳🎉