Ben Mewburn
Ben Mewburn
Please add a minimal reproducible example and the exact error that is shown.
Are you using the vscode remote ssh extension? https://code.visualstudio.com/docs/remote/ssh
Can you mix php and blade syntax? If not then I dont think this extension would be useful. HTML/CSS/JS suggestions come from the HTML language server. This extension just forwards...
Closing this. The break variable type should now be fixed in 1.11. Tracking dependent types in #2966
Are there any errors from the extension in the output tab?
Glad you got it working!
vscode api doesn't support this yet https://github.com/microsoft/vscode/issues/210743
`$company_id` is not declared on `Illuminate\Http\Request` and it doesn't implement `__set` or annotated with `AllowDynamicProperties`, so it seems a valid error to me. If you rely on dynamic properties like...
Closing as my understanding is the `@mixin` with ide helper solves this. `@mixin` is only recognised in the premium version. You can also `extend \Eloquent` instead of using mixing.
dup of #1737