Jump-to-definition for variables #304
Labels
frontend
Concerning the HTML editor
good first issue
Good for newcomers
help welcome
If you are experienced in this topic - let us know!
Easy to add in, because Pluto already has the list of which variables are defined where, but disproportionally difficult is:
x
inf(x) = x
does not refer to the globalx
.Pluto understands both cases, but that information is not linked to a line number - it's accumulated at the cell level.
The same shortcut as VS Code: Ctrl+Click.
The text was updated successfully, but these errors were encountered: