Cucumber LSP configuration: Ignore comments and avoid number alignment to the right #2222
Unanswered
conradogarciaberrotaran
asked this question in
Visual Studio Code
Replies: 2 comments 4 replies
-
Just found this test in the gherkin-utils library: It shouldn't move the comments around, so maybe this is a bug? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Right aligning numbers was implemented as a feature. But ideally the formatter would preserve what ever original alignement was used regardless of content. But that would be better disuccesed as a feature request in gherkin utils. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, first of all, thanks for mantaining this tool. I use it every day.
I'm using cucumber language server in nvim and I've noticed that the LSP moves comments in between examples to the bottom of the scenario:
It will be reformated as:
Is there a way to disable this? We have several examples and it's useful to have comments for better understanding.
Also, numbers are aligned to the right, would be nice to be able to disable this as well.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions