I am making a #Godot4 tutorial on how to use noise to make a proc gen map.

I rehersed the script to make sure I could get through it. I learned a couple of things.
•it took longer than planned
•my keyboard is loud
•I need to paste or speed up repetitive parts of writing code
#godotengine

@papaquark
Depending on the code editor you use it could be nice to look into live templates/snippets. A blogpost describing the concept using Rider: https://poornimanayar.co.uk/blog/code-demos-made-easy-with-jetbrains-rider-live-templates/

If you use VS Code: https://code.visualstudio.com/docs/editor/userdefinedsnippets

I'm not sure if such a thing already exists for Godot itself

Code demos made easy with JetBrains Rider Live Templates

Poornima Nayar - Freelance .NET Developer
@CodexNotFound thank you for the tip, it is a cool feature.