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

R: No function argument name completions in some cases #2651

Open
DavisVaughan opened this issue Apr 4, 2024 · 0 comments
Open

R: No function argument name completions in some cases #2651

DavisVaughan opened this issue Apr 4, 2024 · 0 comments
Labels
area: completions Issues related to Completions area: kernels Issues related to Jupyter kernels and LSP servers bug Something isn't working lang: r

Comments

@DavisVaughan
Copy link
Contributor

library(rlang)

encoding <- arg_match0(arg = encoding, c("UTF-8", "UTF-16"), "encoding")

Why don't we get completions for the arg names before the c(?

Screen.Recording.2024-04-04.at.11.38.45.AM.mov
@DavisVaughan DavisVaughan added bug Something isn't working lang: r labels Apr 4, 2024
@DavisVaughan DavisVaughan added this to the Release Candidate milestone Apr 4, 2024
@lionel- lionel- added area: kernels Issues related to Jupyter kernels and LSP servers area: completions Issues related to Completions labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: completions Issues related to Completions area: kernels Issues related to Jupyter kernels and LSP servers bug Something isn't working lang: r
Projects
None yet
Development

No branches or pull requests

2 participants