I'm writing some classes and want to write down the descriptions to add on clarity of the property.
For example I want to say in this pop up "Is this character movement locked?" when hovering over the variable.

I've tried some examples of GDScript from other forum posts and docs, but didn't succeed in replicating it.

    Kanoto No, I have tried putting a comment behind the variable name that I export, but it doesn't output to anything.
    Edit: I'm currently using [Export] to serialize the variable.