Skip to content

Arguments section is empty in hover view for some functions #927

@eitsupi

Description

@eitsupi

Describe the bug

Hover the cursor over a function to display the function's help.
For some functions, the Arguments section does not seem to be displayed.

I first found this behavior with shiny::fluidPage(), but when I checked other functions, the same phenomenon seems to occur with ggplot2::geom_bar(), etc.

shiny::fluidPage()'s hover (Arguments section is empty)

fluidpage

shiny::sidebarPanel()'s hover (Correct display)

sidebarpanel

shiny::fluidPage()'s help page (Correct display)

fluidpage_help

ggplot2::geom_bar()'s hover (Arguments section is empty)

geom_bar

Environment (please complete the following information):

  • OS: Windows + Remote Ubuntu (Docker Container)
  • VSCode Version: 1.63.2
  • R Version: 4.1.2
  • vscode-R version: 2.3.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions