# Juno, how to go to the definition of a dependency package

**URL:** https://discourse.julialang.org/t/juno-how-to-go-to-the-definition-of-a-dependency-package/40677
**Category:** New to Julia
**Tags:** juno
**Created:** [June 3, 2020, 2:46pm UTC](https://discourse.julialang.org/t/juno-how-to-go-to-the-definition-of-a-dependency-package/40677 "2020-06-03T14:46:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![shukob](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/shukob/32/15389_2.png) [@shukob](https://discourse.julialang.org/u/shukob)
#### Post date: [June 3, 2020, 2:46pm UTC](https://discourse.julialang.org/t/juno-how-to-go-to-the-definition-of-a-dependency-package/40677/1 "2020-06-03T14:46:23Z")

</div>

Hi,

I would like to dive into the source of the dependency package by [Go to definition] of Juno while coding and debugging, which currently seems not working on my environment.  
Is it possible to do this in Juno?  
Thank you in advance.

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [June 4, 2020, 9:35am UTC](https://discourse.julialang.org/t/juno-how-to-go-to-the-definition-of-a-dependency-package/40677/2 "2020-06-04T09:35:44Z")

</div>

I am not using Juno, but maybe `edit(SomeModule)` would work when the package is loaded.

---

<div class="post-metadata">

### Author: ![shukob](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/shukob/32/15389_2.png) [@shukob](https://discourse.julialang.org/u/shukob)
#### Post date: [June 4, 2020, 7:06pm UTC](https://discourse.julialang.org/t/juno-how-to-go-to-the-definition-of-a-dependency-package/40677/3 "2020-06-04T19:06:25Z")

</div>

Thank you! Seems to work for investigating module implementation.
