This VSCode extension allows you to automate typing in an editor with human-like behavior. You can start and stop the automation using commands or through a custom view with emoji controls.
Features
Start Automation: Prompts the user to select a file. The content of the selected file will be typed into the active editor with random delays between characters to simulate human typing.
Stop Automation: Manually stops the automation.
Emoji Controls: Provides a custom view with emoji controls to start and stop the automation.
Commands
extension.startTyping: Starts the typing automation.
extension.stopTyping: Stops the typing automation.
Installation
Clone the repository.
Open the project in VSCode.
Run npm install to install dependencies.
Press F5 to open a new VSCode window with the extension loaded.
Usage
Open the command palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
Run Start .
Select a file containing the code you want to type.
The automation will start typing the content of the file into the active editor.
To stop the automation manually, run Stop from the command palette or use the emoji controls in the custom view.