Mykhailo Lytvyn

Results 2 issues of Mykhailo Lytvyn

Hello, Having the following BNF file [flexibleSearch.bnf](https://github.com/epam/sap-commerce-intellij-idea-plugin/blob/main/src/com/intellij/idea/plugin/hybris/flexibleSearch/flexibleSearch.bnf) Grammar-Kit generates **non-compilable** code with unnecessary `@NotNull` / `@Nullable` annotations for custom methods implemented in the `Mixin` or `psiImplUtilClass` in IntelliJ IDEA 2025.1.2+....

In case of repetitive ActionButtons used on the same panel it is required to create instances of AnAction with custom constructor to make those AnActions context aware. To overcome this...