Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>auto-type-ucodeNew to Visual Studio Code? Get it now.
auto-type-ucode

auto-type-ucode

mkswebs

|
14 installs
| (0) | Free
Auto Type Code is a Visual Studio Code extension that simulates real-time code typing into the editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Auto Type Code

Auto Type Code is a Visual Studio Code extension that simulates real-time code typing into the editor.

✨ Features

  • Replay code line-by-line into the current editor
  • Supports all languages (.py, .js, .cpp, .php, etc.)
  • Configurable typing speed (characters per second)
  • Optional file path to replay from
  • Cursor movement and auto-scrolling for realistic typing effect
  • hotkey : ctrl + alt + k
  • If the 'autoTypeReplay.sourceFile' setting is blank, the script will detect the active file in the editor and automatically type into a new file after pressing the hotkey.
  • Starting type line in editor is configurable
  • Skipping lines from source file is configurable

⚙️ Configuration

In settings.json:

{
  "autoTypeReplay.speed": 50,
  "autoTypeReplay.sourceFile": "src/demo.py",
  "autoTypeReplay.startLine": 0,
  "autoTypeReplay.sourceSkipLine": 0
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft