Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.94 KB

File metadata and controls

41 lines (26 loc) · 1.94 KB

TypeWriter plugin for JetBrains IDEs

Build Version Downloads

This plugin implements functionality usually requested by people, who record videos of some code features.

By hitting Ctrl(Cmd fpr Mac)+T,W you can call a typewriter plugin window, where you can type text. This text will be then autotyped in IDE with a given speed.

Special commands can be included in your text using the template syntax:

  • <pause:1000> - Pauses typing for 1000 milliseconds
  • <reformat> - Reformats the code at the current position

You can also assign shortcuts to frequently used snippets:

  1. Enter a shortcut in the "Shortcut" field when creating a snippet
  2. The snippet will be saved and can be executed directly using the assigned shortcut
  3. Manage your snippets by clicking the "Manage Snippets" button in the TypeWriter dialog
  4. You can also access all your snippets by pressing Ctrl(Cmd for Mac)+T,S

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "typewriter-plugin" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.