Does Godot has any kind of Hot Reloading or Hot Module Refresh?

Godot Version

4.2.2

I am new to Godot and hate how I have to restart project to see changes. Is there any kind of hot reload of Godot (either native of via any extension) that I can use for improved productivity.

Godot does this out of the box. Just make the edits in the editor and save while the game is running and it will update in the game. You don’t need to restart it.

Are you using GDScript or C#?

GDScript can hot reload.

How do I check if it actually works?