While developing a game, I want to temporarily disable a specific action in VS.
If it were GDScript code, I could simply select that block and press Ctrl+K to temporarily disable it (i.e., turn it into a comment).
However, VS does not have this feature. As a result, if I want to pause a specific action (as shown above), I have to either disconnect the condition link or modify the internal settings of that action.
The problem is: I don’t want to make any changes to that action; I just want to temporarily disable it. This makes the process very inconvenient. If I want to re-enable it later, I’ll have to re-establish the condition link or modify the internal settings again.
Does AGM have a better solution, or could this functionality be added?

