The PseudoGen extension helps developers convert selected code into easy-to-read pseudocode, line by line, while preserving the original structure and line count.
It’s perfect for teaching, documentation, or understanding unfamiliar code quickly.
Features
Generate Pseudocode: Convert selected code into human-readable pseudocode instantly.
Supports multiple languages: Works for Python, Java, JavaScript, and most languages supported by OpenAI.
Preserves line numbers: Pseudocode output matches the number of lines in your source code.
Simple syntax highlighting: Highlights keywords like define, create, if, for, and return.
Secure API Key storage: Your OpenAI API key is encrypted and stored locally using VS Code Secret Storage.
Sidebar integration: Quickly access commands from a dedicated sidebar with buttons for generating pseudocode, entering your API key, clearing your key, and viewing instructions.
Tip: Use the sidebar for quick access to all commands and instructions.
Requirements
OpenAI API Key: You need a valid OpenAI API key to generate pseudocode.