Code Runner - Visual Studio Marketplace code-runner showStopIconInEditorTitleMenu: Whether to show 'Stop Code Run' icon in editor title menu when code is running (Default is true ) code-runner terminalRoot : For Windows system, replaces the Windows style drive letter in the command with a Unix style root when using a custom shell as the terminal, like Bash or Cgywin
Code Runner - Visual Studio Marketplace Code Runner Run code for JavaScript, PHP, Python, Perl, Ruby, Go, Lua, Groovy, Scala, VBScript, PowerShell Note: This extension is for VS For VS Code users, please use Code Runner for VS Code Prerequisites The executor (node exe, php exe, ruby exe ) should be set in PATH environment variable Usage
vs-code-runner - Visual Studio Marketplace 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
Code Runner MCP Server - Visual Studio Marketplace Code Runner MCP Server for VS Code Zero setup to use Code Runner MCP Server in VS Code for running code snippet and show the result Requirements VS Code version >= 1 100 Features Run code in Agent mode: For more information Code Runner MCP Server; Build your own MCP Server
VSCode CodeRunner - Visual Studio Marketplace code-runner README A simple extension to run code snippet or shell script regardless of the programming language file, by clicking the "Run Code" button in the editor title menu or by pressing f10
java-runner - Visual Studio Marketplace JRunner is a VS Code extension that simplifies the process of compiling and running Java programs directly from the editor It provides helpful error reporting and interactive feedback, making it easier to troubleshoot issues during the development process
Code Runner for Web - Visual Studio Marketplace Code Runner for Web Run code in browser: Python Usages To run code: open Command Palette (Ctrl+Shift+P), then type Run Code in Web, or right click the Text Editor and then click Run Code in Web in editor context menu; or click Run Code in Web button in editor title menu; Limitation Only support Python standard library and prebuilt Python
Terminal Code Runner - Visual Studio Marketplace Terminal Code Runner This is extremely simplified and light version of Code Runner which supports running code only in terminal Why this instead of Code Runner: Support use different terminals for each file; No Conflict with Output Colorizer; preserveFocus just works - enable focusOnEditor setting