When I accept a suggestion, it adds a new line at the end of the block of code ending up with several empty newlines when I accept several suggestions.
I could not find anything about that in the settings. I also tried to give a hint like “never add a new line after suggestion” but it did not work.
I have used “no-multiple-empty-lines” eslint rule with autoformat to remove the newlines when there are more than 2 but it is not a complete solution because there is still 1 newline too much in most cases.
So here is a screenshot (tried to add more than 1, and it wouldn’t let me, stating I’m new!!) that illustrates what I’m seeing.
Making some edits, and about to accept suggested changes via tab. See the CR character on the editor. When tab is pressed at this point to accept the suggested changes, an extra line is added here:
Hi @danperks - were you able to identify what could be going on? It’s starting to get a little bit annoying to have to delete the extra lines being added every time I use the Tab functionality.