Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Brainfuck VisualizerNew to Visual Studio Code? Get it now.
Brainfuck Visualizer

Brainfuck Visualizer

Bac_on

|
5 installs
| (0) | Free
A visualization of what Brainfuck does
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Brainfuck Visualizer

A live visualization tool for Brainfuck programs inside Visual Studio Code.
See your Brainfuck code execute step-by-step with memory cell tables, pointer highlighting, output display, input handling, and adjustable speed and cell count — now with comment support.


Features

  • Live Brainfuck code visualization with comment display
  • Adjustable execution speed
  • Customizable number of memory cells to display
  • Dynamic memory expansion for programs that exceed initial cell size
  • Program input support
  • Side-by-side view inside VS Code
  • Pointer highlighting and live output display

Usage

  1. Open a Brainfuck (.bf) file in VS Code.
  2. Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac) to open the Command Palette.
  3. Type "Start Brainfuck Visualizer" and press Enter.
  4. Adjust Speed and Cells in the visualizer panel.
  5. Enter optional input for your program in the input box.
  6. Press Start Visualization.

Extension Settings

This extension does not currently have settings in settings.json.
Control speed, cells, and input directly in the visualizer panel.


Requirements

  • Visual Studio Code v1.104.0 or later
  • Python installed and available in your PATH
  • Brainfuck source file to visualize

Known Issues

  • Extremely large Brainfuck programs may slow down visualization
  • Works best for short to medium scripts

Release Notes

1.20

  • Added support for displaying comments in the code view.
  • Added input box for runtime program input.

1.10

  • Added dynamic memory expansion.

1.00

  • Fixed complete system issues and restored functionality.

0.0.3

  • Live code highlighting and improved UI.

0.0.2

  • Memory cell table and speed controls.

0.0.1

  • Initial release.

Enjoyed this extension? ⭐

Please leave a review and share your feedback!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft