How to Enable Auto Indent on Paste in VS Code or VSCodium
1. Install or Update
Make sure you're using VS Code or VSCodium version 1.102.2 or later.
Ref: commit history
2. Open Settings
- Press Ctrl + , or go to File > Preferences > Settings.
- In the search bar, type:
indent
.
3. Set Auto Indent On Paste
- Find the setting called Editor: Auto Indent On Paste.
- Check the box to enable it.
ㅤ
ㅤ