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

Not getting ggplot2 aesthetics completions if assigning to an object #14566

Open
4 tasks done
olivroy opened this issue Apr 19, 2024 · 0 comments
Open
4 tasks done

Not getting ggplot2 aesthetics completions if assigning to an object #14566

olivroy opened this issue Apr 19, 2024 · 0 comments
Labels
autocompletion Issues relating to autocomplete and autocompletion bug

Comments

@olivroy
Copy link
Contributor

olivroy commented Apr 19, 2024

System details

RStudio Edition : Desktop [Open Source]
RStudio Version : 2024.4.0.693
OS Version      : Windows 10 x64 (build 19044)
R Version       : R version 4.3.2 (2023-10-31 ucrt)

Steps to reproduce the problem

# Try to get completion for ggplot2 aesthetics with the script
library(ggplot2)
y <- ggplot(mtcars, aes(<TAB>))

Describe the problem in detail

Nothing shows.

Describe the behavior you expected

I would expect the same completions as if I tried to complete from this script

 ggplot(mtcars, aes(<TAB>))

image

Relates to #14399
Thank you for taking the time to file an issue! -->

  • 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.
@olivroy olivroy added bug new New incoming issues, ready for initial review. labels Apr 19, 2024
@olivroy olivroy changed the title Not getting ggplot2 aesthetics completions if saving a plot Not getting ggplot2 aesthetics completions if assigning to an object Apr 19, 2024
@kevinushey kevinushey added this to the Cranberry Hibiscus milestone Apr 20, 2024
@ronblum ronblum added autocompletion Issues relating to autocomplete and autocompletion and removed new New incoming issues, ready for initial review. labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocompletion Issues relating to autocomplete and autocompletion bug
Projects
None yet
Development

No branches or pull requests

3 participants