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:
- Enter a shortcut in the "Shortcut" field when creating a snippet
- The snippet will be saved and can be executed directly using the assigned shortcut
- Manage your snippets by clicking the "Manage Snippets" button in the TypeWriter dialog
- You can also access all your snippets by pressing Ctrl(Cmd for Mac)+T,S
-
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.