# Find definition in julia

**URL:** https://discourse.julialang.org/t/find-definition-in-julia/74827
**Category:** General Usage
**Created:** [January 18, 2022, 7:04pm UTC](https://discourse.julialang.org/t/find-definition-in-julia/74827 "2022-01-18T19:04:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jzr](https://avatars.discourse-cdn.com/v4/letter/j/eb9ed0/32.png) [@jzr](https://discourse.julialang.org/u/jzr)
#### Post date: [January 18, 2022, 7:04pm UTC](https://discourse.julialang.org/t/find-definition-in-julia/74827/1 "2022-01-18T19:04:24Z")

</div>

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?
