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

Ark: signature_help() issue with ... arguments #1895

Open
DavisVaughan opened this issue Nov 27, 2023 · 0 comments
Open

Ark: signature_help() issue with ... arguments #1895

DavisVaughan opened this issue Nov 27, 2023 · 0 comments
Assignees
Labels
area: kernels Issues related to Jupyter kernels and LSP servers lang: r

Comments

@DavisVaughan
Copy link
Contributor

If you type options(scipen = 2, <tab>) then you'll get a list of additional options to autocomplete.

If you type options(2, <tab>) then you won't get anything, and Rust is actually panicking under the hood.

Something is wrong with how signature_help() tags the ... option in the second case.

Notice how in the second image, it tries to get() an index of 2, but the parameters is only length 1 (the ... argument is the only parameter).

Screenshot 2023-11-27 at 4 10 57 PM Screenshot 2023-11-27 at 4 12 02 PM
@DavisVaughan DavisVaughan added this to the Release Candidate milestone Feb 22, 2024
@wesm wesm added the lang: r label Feb 29, 2024
@lionel- lionel- added the area: kernels Issues related to Jupyter kernels and LSP servers label May 16, 2024
@DavisVaughan DavisVaughan self-assigned this Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: kernels Issues related to Jupyter kernels and LSP servers lang: r
Projects
None yet
Development

No branches or pull requests

3 participants