mamazu

Results 408 comments of mamazu

I think I have an idea that might work. So taking the idea from alexander to make the buttons into classes has two advantages: * You can have a better...

This might also be related to #6646 with missing pagination in some elements

I completely agree that this isn't the right or the normal way to use Sulu in this case. And the issues we are having also didn't occur at 56 Entries...

Maybe something like this as a design suggestion: ![Untitled](https://user-images.githubusercontent.com/14860264/179834230-44ac390d-b1fe-46c2-99da-f010107e1a0f.png) In the XML you could configure it like this with 10 being the default ```xml Pages Seiten ```

You can just symlink it there if you are on Linux.

Is this still a thing. Because I couldn't find any code transform generator that generates that. If so could you point me in the right direction?

Okay so correct me if I am wrong about the "Implement Contracts" method: This transformer takes an existing class and only adds methods to it. Version 3 sounds like a...

Okay I have the LSP command down. You said that the code action provider can be delegated to the CodeTransform. As far as I see the implementation, the code transformer...

Okay then I have a follow up question about the command parameters. What about a class having multiple interfaces it implements would you say that in the code action or...

It wouldn't really add too much complexity to add a code action for every interface, but that maybe something for version 2 of the command.