kokororin / vscode-phpfmt

Integrates phpfmt into VS Code
https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt
BSD 3-Clause "New" or "Revised" License
129 stars 30 forks source link

Removed indent after copy/paste #67

Closed axelzuzek closed 1 year ago

axelzuzek commented 5 years ago

Copy a line including space indents from a function into another function: after pasting (with cursor at position 0) the line, phpfmt removes all indent spaces.

andreastkdf commented 5 years ago

I'm also experiencing the same issue. Thanks for creating this.