Jadon Brown
Jadon Brown
Just want to add, I do have the plugin installed, and updated this morning: 
Here you go: 1. I created a new laravel project to test this out: https://gitlab.com/jadonbrown/pest-test 2. I installed Pest following the documentation on https://pestphp.com/docs/installation 3. I created a command using...
Is there maybe a workaround for this issue?
> That worked for me, thank you :) I had mine set to: `uses(TestCase::class)->in('./Features');` `uses(TestCase::class)->in('./Unit');` Switching to `uses(TestCase::class)->in('./');` fixed IntelliSense for me.
Also having this issue.
Would love to see this
Also bought licenses and wanting to switch to ubuntu. Looking forward to the release! 👍
Any news?
> Hi guys, we are sorry about the delay. Currently we are working on the export function, hopefully we can release this feature within two week. > > @lopezator thank...
Removing tabindex doesn't fix the problem for me, using Bootstrap 4. Using `static: true` does though.