Remon van de Kamp

Results 37 comments of Remon van de Kamp

That would break the context menu because `selectedBookmark` will keep changing as you move the mouse.

I've just added support for the "Delete" key in the new version that is rolling out now (5.2.0). It should arrive in the next hour or so. You do need...

Yes, the parent of the bookmark elements should have some data attached to it that indicates the folder ID, otherwise it doesn't know where the bookmarks should be moved. Probably...

It's been supported as of version 3, but version 4 just came out, so we should upgrade to that.

That's a good point and something to be expanded upon in the future! I don't want to add that now in haste, but rather chew on it a bit to...

Could you point out the relevant lines that do this trimming?

I looked into that. `--snippets-type` is for regex vs turnip. Annotations and attributes seem orthogonal to those options. Maybe `--snippets-syntax` with options `annotations` and `attributes`? And when not supplied, default...

I think the smart thing for now would be to hold off on implementing this until PHPStorm supports Attributes for Behat. Right now the DX is absolutely terrible, all the...

I would say start with PSR-12 and work up from there if the need arises (maybe Doctrine CS)?

You can already do this with `@BeforeStep I do a thing to the thing` (or `#[BeforeStep('I do a thing to the thing')]`).