Screenshot Pro is a code-to-image plugin for the IntelliJ Platform. It renders directly from editor components and supports exporting both the Gutter and the Content Component, or only the selected code when applicable.
- Smart scope: If text is selected, export only the selection; otherwise export the whole file area.
- Gutter toggle: Choose whether to include gutter elements such as line numbers and folding markers.
- Export modes: Clipboard (copy to clipboard), Save (write to disk), or All (both).
- (Optional) Select the code you want to export in the editor.
- Use the context menu: Screenshot Selected Code / Screenshot All Code, or the shortcut (e.g.,
Shift + Ctrl + S). - Depending on your settings, the image will be copied to the clipboard, saved to a directory, or both.
Path: Settings | Other Settings | Screenshot Pro
- Include gutter: Whether to include the gutter.
- Export mode: Clipboard / Save.
- Output directory: Folder to save images (defaults to
~/Downloadsif not set).
- The plugin does not access the network or upload your code.
This project draws inspiration from the following open-source projects. Many thanks to their authors and contributors: