Back to Projects

Pseudo Runner

A VS Code extension that runs pseudo code files directly in the editor.

TypeScriptVS Code Extension
Pseudo Runner

Overview

Pseudo Runner is a VS Code extension that allows you to write and execute pseudo code directly within the editor. It provides syntax highlighting, code execution, and output display all in one place.

Features

  • Syntax Highlighting: Full pseudo code syntax support
  • In-Editor Execution: Run your pseudo code without leaving VS Code
  • Output Panel: See execution results in a dedicated output panel
  • Error Reporting: Clear error messages with line numbers

How It Works

The extension registers a custom language mode for .pseudo files and provides a built-in interpreter that parses and executes the code. Results are displayed in the VS Code output panel.

Getting Started

  1. Install the extension from the VS Code Marketplace
  2. Create a new file with the .pseudo extension
  3. Write your pseudo code
  4. Press Ctrl+Shift+P and run "Pseudo Runner: Execute"

Screenshots

Pseudo Runner screenshot 1Pseudo Runner screenshot 2