Buggy behavior
Consider this block of R code
mtcars |>
names()
# blank line
names(mtcars)
Selecting lines 1-3 and "Format Section" in VS Code does not do anything.
Expected behavior
Selectin lines 1-2 or 1-4 and "Format Section" in VS Code formats the code correctly:
Buggy behavior
Consider this block of R code
Selecting lines 1-3 and "Format Section" in VS Code does not do anything.
Expected behavior
Selectin lines 1-2 or 1-4 and "Format Section" in VS Code formats the code correctly: