Skip to Content
3
Jul 26, 2016 at 10:12 AM

Feature Request: Spaces after Parentheses

152 Views

Hello,

I'm frequently running into the following issue: When typing in opening parentheses "(" with "automatically close parentheses" turned on, the ABAP code editor automatically inserts a space after the opening parenthesis. This a sensible choice for method calls, but it's not helpful for character field length specifications or inline data declarations. I always end up typing DATA( foobar) and find myself navigating back to delete the unwanted space. If I turn off "automatically close parentheses", I get neither the space nor the closing parentesis. Would it be possible to de-couple the space and the closing parenthesis from each other in the settings?

Thanks

Volker Wegert