Skip to content
| Marketplace
Sign in
Visual Studio Code>Keymaps>Ctrl+E Selection to REPLNew to Visual Studio Code? Get it now.
Ctrl+E Selection to REPL

Ctrl+E Selection to REPL

khwbagm

| (0) | Free
Adds Ctrl+E keyboard shortcut to send selection to REPL
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ctrl+E Selection to REPL

A simple VSCode extension that adds a keyboard shortcut mapping Ctrl+E to send the current selection to the debug REPL.

Features

  • Adds Ctrl+E keyboard shortcut
  • Maps to editor.debug.action.selectionToRepl command
  • Works when debugging and you want to quickly evaluate selected code

Installation

  1. Package the extension: vsce package
  2. Install the generated .vsix file in VSCode

Usage

  1. Start a debug session in VSCode
  2. Select some code in the editor
  3. Press Ctrl+E to send the selection to the debug REPL

Requirements

  • VSCode 1.74.0 or higher
  • Active debug session for the command to work
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft