Using pipe after mutate automatically suggests the newly created variable
When mutate is used within a pipe flow (%>%), the newly created variable is automatically suggested without opening any new function.

Every time I exit a mutate and hit enter hastily (to go to the next line), the newly created variable name is inserted and I have to go back to the previous line to remove the erroneously autocompleted (by the enter) name.

Similar issue here. Pressing enter after a pipe rarely creates a newline for me and instead either suggests a variable or performs a find on a variable in my file. This is on https://github.com/coder / code-server running the vscode-R extension, in both rmarkdown files and .R files.
This issue is stale because it has been open for 365 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.