CodeCapture - plugin to capture screenshots of your code snippets
by 1MaxSon
0

CodeCapture
Godot Editor Plugin to capture screenshots of your code snippets
Overview
CodeCapture
is a Godot EditorPlugin that lets you take screenshots of your code inside the Godot script editor. You can capture the entire script, as well as only the selected code. The plugin generates a clean, font-styled image perfect for sharing or documentation.
Features
- Capture the entire script or only the selected code.
- Option to expand selection to full lines.
- Option to append empty lines for cleaner visuals.
- Show Godot version info on the screenshot.
- Automatically uses the editor’s font for a consistent look.
- Save screenshots in
PNG
,JPG
, orWebP
formats.
Installation Guide
Asset Library Installation
- Open the "AssetLib" tab in the Godot Editor.
- Search for
CodeCapture
in the search bar. - Click the download button next to the CodeCapture plugin.
- In the installation window, select the files you want to install and click "Install".
- Once the installation is complete, go to "Project" -> "Project Settings" -> "Plugins".
- Find the
CodeCapture
plugin in the list and enable it by checking the box next to it.
Installation from GitHub
- Visit the CodeCapture plugin GitHub repository.
- Navigate to the Releases page.
- Download the latest stable release version.
- Extract the downloaded files into your Godot project's
addons
folder.
Usage
After enabling the plugin, you’ll find a new menu button in the script editor toolbar with options:
- Capture — takes a screenshot of all the code.
- Capture Selected — only the highlighted code snippet.
- Show Godot Version — toggle to add Godot version label.
- Expand Selection To Full Lines — expands the selected block to full lines.
- Append Empty Line — adds extra space at the end of the captured code.
Upon capture, a file save dialog appears letting you save the screenshot in your preferred format.
By 1MaxSøn
Enjoy capturing your code beautifully!
Download
Version1.0
Download Now
Support
If you need help or have questions about this plugin, please contact the author.
Contact Author