Run Code Online is a Visual Studio Code extension that allows you to compile and run code from multiple programming languages using an online compiler API. It simplifies the process of code execution by sending your code to the API, capturing the output, and displaying it in the editor.
NOTE : This extension does not supprot GUI apps.
Run Code Online currently supports the following programming languages:
- C++
- C
- Python
- Java
- Javascript
- Go
- Rust
- more to be added soon...
- Supports multiple programming languages.
- Automatic language detection based on the file extension.
- Ability to provide custom inputs for code execution.
- Easy-to-use interface with a command and status bar integration.
- Saves the output in a separate file for reference.
- Launch Visual Studio Code.
- Go to the Extensions view (Ctrl+Shift+X).
- Search for "Run Code Online" and click Install.
- Once installed, the extension is ready to use.
- Open a file with the code you want to run.
- Optionally, create an
input.txt
file in the same directory to provide custom inputs. - Press
Ctrl+Shift+P
(orCmd+Shift+P
on macOS) to open the Command Palette. - Type "CodeOnline: run" and select the command.
- The extension will compile the code and display the output in the editor.
- Check the output file (
YOUR_FILE_NAME-output.txt
) for reference.
If you encounter any issues or have suggestions for improvement, please don't hesitate to open an issue on the benmeehan111@gmail.com
. Your feedback is valuable and appreciated.
Enjoy coding with CodeOnline!