Anibal Sanchez
Anibal Sanchez
It would be great to have a filter param.
Xcode 9.4.1
I will test it. Sure, that's the issue.
1. The issue also affects other copy-paste actions. For instance, you paste `use HasFactory;` and it immediately disappears if the `use Illuminate\Database\Eloquent\Factories\HasFactory;` is not declared before. 2. And, if you...
If I disable `junstyle.php-cs-fixer` as `editor.defaultFormatter`, and only fix manually, `php-cs-fixer` works perfectly. It looks like the problem is the interaction between `junstyle.php-cs-fixer` and `vscode`. There are rules that can't...
For me, it's ok. Unless something else specific to add or re-organize, the snippets can stay in the current form.
Hi, Sure, it makes sense. I'll check in in the weekend.
The workaround is very simple. It just replaces the additionals `
For instance, you can trick vscode-php-phan with an empty .phan/config.php file to load the external config.php.
The simplest solution would be a way to disable the checkValidAnalyzedProjectDirectory validation. "analyzedProjectDirectory" as an array is a nice feature. But in my case, I have the projects separated in...