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.