Closed Otiel closed 12 months ago
Should be fixed in 1.23. Can you check if this fix you problem ?
The version is available here today, and in a few day in the marketplace: https://github.com/SpecFlowOSS/SpecFlow.Rider/actions/runs/7043312543 on 2023.3 RC
Yes, I confirm this is fixed in 1.23.
Thanks a lot! ❤️
When cleaning a
.feature
file, all comments indentation is removed. For instance, this is my code:After running "reformat and cleanup", all comments get pushed to the left:
This makes
.feature
files hard to read when they're composed of multipleScenario
.It would be great if comments indentation were modified to match the next step indentation, or at worse, left as they are when running "reformat and cleanup".