Find definition in julia

For function calls, I can find the definition with @less @edit @which and others. But for other kinds of names bound to values, is it possible to find the definition?

Vscode sometimes does it with “jump to definition”, can I invoke that in Julia?