Skip to content

Reticulate support F1 to show help #7430

@dfalbel

Description

@dfalbel

Describe the issue:

Currently if you have a python object in the R session using reticulate eg:

np <- reticulate::import("numpy")
np$su|m

| indicates the cursor position. If we then press F1, we see the helpm documentation for base::sum.
We should see the the documentation for np$sum.

Metadata

Metadata

Assignees

Labels

area: reticulateIssues related to the reticulate extension

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions