Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Commit JourneyNew to Visual Studio Code? Get it now.
Commit Journey

Commit Journey

Armedi

|
7 installs
| (0) | Free
Simulates typing text line by line into a file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Commit Journey

A VSCode extension that simulates typing text line by line into a file. This is useful for creating typing demonstrations or commit-journey sessions.

Features

  • Simulates typing text line by line
  • Configurable typing speed
  • Uses git commit history for selecting starting point
  • Visual feedback in the editor

Usage

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
  2. Type "Commit Journey: Start Session" and select the command
  3. Select a commit from the history to start from
  4. The extension will replay changes from the selected commit to the current HEAD

Configuration

You can configure the extension in your VSCode settings:

{
  "commitJourney.speed": 10 // milliseconds per line
}

Configuration Options

  • commitJourney.speed: Typing speed in milliseconds per line (default: 0, range: 0-1000)

Requirements

  • VSCode 1.93.1 or higher
  • Git repository with at least one commit

Extension Settings

This extension contributes the following settings:

  • commitJourney.speed: Typing speed in milliseconds per line

Known Issues

None at the moment.

Release Notes

1.0.0

Initial release of Commit Journey with git commit history support.

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