When I copy and paste a piece of code using Visual Studio Code, after pressing enter to create a new line, the following happens:
It seems to k
This is already integrated in vscode with "editor.formatOnPaste": true property in settings.
"editor.formatOnPaste": true