-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I am referring to Python in this issue because GDScript is heavily inspired by it.
For Python, in PyCharm and VSCode (with https://marketplace.visualstudio.com/items?itemName=hyesun.py-paste-indent), copy pasting code auto adjusts indentation based on the target location.
I copy bellow the demo from VSCode/Python.
Without this feature, one needs to manually indent code after pasting, by selecting the code and pressing Tab or Shift+Tab multiple times until the indentation is correct.
I tried activating "Auto-format on Paste: Indent" in "Typing Assistance", it does not work.
Is this feature planned to be developed so that it matches PyCharm behavior ?
Metadata
Metadata
Assignees
Labels
No labels