ConjuringCoffee
ConjuringCoffee
As discussed in: https://github.com/SAP/abap-cleaner/issues/187#issuecomment-1803585165 Currently, the settings can only be accessed by starting a clean-up. I think it would be great if the ABAP Cleaner settings could be accessed through...
Hi Jörg-Michael, I'd like to request a new rule to automatically add line-breaks in ABAP Doc to keep the length of lines to a certain limit, e.g. 120 characters. As...
I'd like to request a change to the behavior of the rule "Standardize empty lines in class definitions". Here's how I like class definitions to be formatted: ```abap CLASS lcl_example...
The following pop-up appears during installing:  Is there a problem with the plug-in's certificates?
I'd like to request a new rule to order the method implementations based on the order of the method definitions. Example: ```abap CLASS lcl_example DEFINITION CREATE PUBLIC. PUBLIC SECTION. METHODS...
Hi Jörg-Michael, I'd like to have the option to align the `REDUCE` command. Thanks! 😊
Hi Jörg-Michael, I've got another feature request for you. 😇 Would it be possible to provide a feature to remove unnecessary square brackets for tables without header lines? (Of course,...
This is a follow-up to #53. Here's an example: ```abap CLASS lcl_example DEFINITION CREATE PUBLIC. PUBLIC SECTION. PROTECTED SECTION. PRIVATE SECTION. DATA: BEGIN OF variable, field_1 TYPE bapiret2, field_2 TYPE...
Hi Jörg-Michael, during the testing of #35 I found an example which doesn't fully work. I'm opening a new issue because the change being done isn't attributed to "Align declarations",...
I'd like to be able to contribute to this project, but I don't really know how to get started. Would it be possible to provide some kind of architecture overview?...