vscode-intelephense
vscode-intelephense copied to clipboard
Formatting of "!" in if condition
I Know "intelephense.format.braces" option takes care of so much stuff.
But I have an if condition
if (! $var) {
// Some code
}
Intelephense removes space in condition on save and gives:
if (!$var) {
// Some code
}
I want space in after "!" sign.
Please add option to format that OR suggest me any duplicate issue or any fix.
Thank you!
I would also find this very useful. Laravel is a very popular framework and always uses a space after exclamation marks. This is even part of their contributing guidelines.
It would be great if we could set this option or at least if Intelephense could stop removing spaces automatically.
Very keen to see this introduced. It is a common style to follow and currently this causes issues on many projects being reformatted to remove the space.
Would also very much appreciate this change.
I'd also appreciate this too, would grab a premium license for this.
I'd also appreciate this too, it is good, beaucause Laravel is a best current,
Vote 1+
I also appreciate this too, hope there's an option for this so it's compatible with laravel pint
+1
+1
+1
I'd also appreciate the Laravel pint compatibility.