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
RStudio Edition : Desktop RStudio Version : v1.2.970 OS Version : macOS 10.13.6 R Version : 3.5.1
With the R document, request completions as e.g.
rm(list = ls()) library(caret) library(stats) prediction <- c(0, 0, 1) predi<TAB>
Function completions are shown before variable names in scope.
We should consider showing the names of variables defined and available in the script before function completions.
https://community.rstudio.com/t/code-completion-improvements/14070
The text was updated successfully, but these errors were encountered:
Note that context completions (ie: the case where the variable has not yet been defined in the global environment)
Sorry, something went wrong.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, per https://github.com/rstudio/rstudio/wiki/Issue-Grooming. Thank you for your contributions.
No branches or pull requests
System details
Steps to reproduce the problem
With the R document, request completions as e.g.
Describe the problem in detail
Function completions are shown before variable names in scope.
Describe the behavior you expected
We should consider showing the names of variables defined and available in the script before function completions.
Notes
https://community.rstudio.com/t/code-completion-improvements/14070
The text was updated successfully, but these errors were encountered: