-
-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
I often use jupyter-inspect-at-point
to get help for methods and types I'm using in Julia. This fails when I try to do the same for macros (e.g. @time
). If the cursor is on the name part, it looks up just the name as a function or type (e.g. time
). If the cursor is on the @
, then it responds with "Nothing found for nil". Selecting a region has no effect on what it searches for, just where the cursor is.
Images to illustrate
Note that if I use the help command (?
) in the repl, it shows what the documentation should be.
Metadata
Metadata
Assignees
Labels
No labels