Skip to content

Instantly share code, notes, and snippets.

View NickHatBoecker's full-sized avatar

Nick NickHatBoecker

View GitHub Profile
@NickHatBoecker
NickHatBoecker / plugin.gd
Last active August 14, 2025 02:06
Godot addon to create functions and get/set vars on the fly
## Idea by u/siwoku
##
## Contributors:
## - You don't have to select text to create a function u/newold25
## - Consider editor settings's indentation type u/NickHatBoecker
## - Added shortcuts (configurable in editor settings) u/NickHatBoecker
@tool
extends EditorPlugin