-
Notifications
You must be signed in to change notification settings - Fork 123
Closed
Labels
area: completionsIssues related to CompletionsIssues related to Completionsarea: helpIssues related to Help category.Issues related to Help category.bugSomething isn't workingSomething isn't workinglang: r
Milestone
Description
It's hard to request help via ? for a function that is a snippet. You can't benefit from the completion without getting more than you bargained for.
At first I thought this was just an add-on to #2338, but then I realized that my chosen example (lapply()) isn't just getting unwanted parentheses (basically harmless, I suppose), but also getting a full function signature, which truly does break the ? call.
What's special about lapply()? It's one of our built-in snippets.
I wish I could type ?lap then mash enter to get ?lapply then mash enter again to see help.
Screen.Recording.2024-05-10.at.3.02.53.PM.mov
Metadata
Metadata
Assignees
Labels
area: completionsIssues related to CompletionsIssues related to Completionsarea: helpIssues related to Help category.Issues related to Help category.bugSomething isn't workingSomething isn't workinglang: r