Closed
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.