Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
CopyFileLine is a lightweight Godot 4.5.1+ editor plugin designed to make sharing code, reporting bugs, and documenting workflows faster and easier.No more manual entry of file paths and line numbers. With one keystroke, quickly copy references like res://path/to/file.gd:42. It is ideal for sharing snippets, reporting issues, or linking specific lines in conversations.
CopyFileLine
CopyFileLine is a lightweight Godot 4.5.1+ editor plugin designed to make
sharing code, reporting bugs, and documenting workflows faster and easier.
No more manual entry of file paths and line numbers. With one keystroke,
quickly copy references like res://path/to/file.gd:42. It is ideal for sharing
snippets, reporting issues, or linking specific lines in conversations.
Features
- Keyboard Shortcut β Press
Ctrl+Shift+Cto copy instantly (customizable) - Menu Access β Also available via Project > Tools > Copy file:line
- Configurable β Change the shortcut key and modifiers in plugin settings
- Zero Friction β Works seamlessly with Godot's script editor
- Standard Format β Copies in
res://path/file.gd:lineformat
Installation
- Copy the
copy_file_linefolder toyour_project/addons/ - Go to Project Settings > Plugins
- Find "CopyFileLine" and toggle it Enabled
- Done! Start using it immediately
Usage
Keyboard Shortcut (Fastest)
- Open any script
- Position cursor at the target line
- Press Ctrl+Shift+C
- Path and line number are copied to clipboard
Via Menu
- Open a script
- Click Project > Tools > Copy file:line
- Reference is ready to paste
Custom Shortcut
Edit the shortcut in Project Settings > Plugins > CopyFileLine:
shortcut_keyβ Change the key (default:C)use_ctrlβ Toggle Ctrl modifieruse_shiftβ Toggle Shift modifieruse_altβ Toggle Alt modifier
Requirements
- Godot 4.5.1+
- Editor-only plugin (
@toolscript)
Use Cases
- Bug Reports β Share exact line references:
res://scenes/player.gd:156 - Code Reviews β Link to specific lines in discussions
- Documentation β Reference code snippets with line numbers
- Team Collaboration β Quickly communicate code locations
License
MIT License Β©2026 γFlorin
CopyFileLine is a lightweight Godot 4.5.1+ editor plugin designed to make sharing code, reporting bugs, and documenting workflows faster and easier.
No more manual entry of file paths and line numbers. With one keystroke, quickly copy references like res://path/to/file.gd:42. It is ideal for sharing snippets, reporting issues, or linking specific lines in conversations.
Reviews
Quick Information
CopyFileLine is a lightweight Godot 4.5.1+ editor plugin designed to make sharing code, reporting bugs, and documenting workflows faster and easier.No more manual entry of file paths and line numbers. With one keystroke, quickly copy references like res://path/to/file.gd:42. It is ideal for sharing snippets, reporting issues, or linking specific lines in conversations.