Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code completion: column names not shown when using native pipe #9385

Closed
3 of 4 tasks
long39ng opened this issue May 21, 2021 · 2 comments
Closed
3 of 4 tasks

Code completion: column names not shown when using native pipe #9385

long39ng opened this issue May 21, 2021 · 2 comments

Comments

@long39ng
Copy link

@long39ng long39ng commented May 21, 2021

I've noticed that code completions for column names within function chains are only provided when using the magrittr pipe operator, but not with the new native pipe. Could you please check if this is reproducible?

System details

RStudio Edition : Desktop
RStudio Version : 1.4.1714
R Version       : 4.1.0

Steps to reproduce the problem

## Pressing tab in select() produces a drop down menu with column names
mtcars %>% select()

## Pressing tab in select() does not provide any column names
mtcars |> select()
  • I have read the guide for submitting good bug reports.
  • I have installed the latest version of RStudio, and confirmed that the issue still persists.
  • If I am reporting an RStudio crash, I have included a diagnostics report.
  • I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
@rich-rstudio
Copy link
Contributor

@rich-rstudio rich-rstudio commented Jun 1, 2021

verified on Version 1.5.64

@luciorq
Copy link

@luciorq luciorq commented Aug 18, 2021

Looks like it has been solved on daily builds, at least since Daily Version 2021-08.0.291.

image

Tested on both RStudio Desktop and Server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants