# IDE eclipse plugin?

**URL:** https://discourse.julialang.org/t/ide-eclipse-plugin/56836
**Category:** Tooling
**Created:** [March 9, 2021, 10:33pm UTC](https://discourse.julialang.org/t/ide-eclipse-plugin/56836 "2021-03-09T22:33:22Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![tonyhur](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tonyhur/32/22732_2.png) [@tonyhur](https://discourse.julialang.org/u/tonyhur)
#### Post date: [March 9, 2021, 10:33pm UTC](https://discourse.julialang.org/t/ide-eclipse-plugin/56836/1 "2021-03-09T22:33:22Z")

</div>

I am new in Julia and would like to work with eclipse. Is there any eclipse plugin available for julia IDE programming? I only found old links to JuliaDT. Is this still working?

Thank you  
Tony

---

<div class="post-metadata">

### Author: ![mkitti](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mkitti/32/12459_2.png) [@mkitti](https://discourse.julialang.org/u/mkitti)
#### Post date: [March 10, 2021, 12:04am UTC](https://discourse.julialang.org/t/ide-eclipse-plugin/56836/2 "2021-03-10T00:04:38Z")

</div>

See this thread: [Julia programming on Eclipse Photon - #11 by Christopher\_Fisher](https://discourse.julialang.org/t/julia-programming-on-eclipse-photon/15778/11)

---

<div class="post-metadata">

### Author: ![mkitti](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mkitti/32/12459_2.png) [@mkitti](https://discourse.julialang.org/u/mkitti)
#### Post date: [March 10, 2021, 12:07am UTC](https://discourse.julialang.org/t/ide-eclipse-plugin/56836/3 "2021-03-10T00:07:03Z")

</div>

That said, I highly recommend considering the Julia plugin for VSCode because that is where the development focus is at the moment. I’m using VSCode for Julia and Eclipse for Java side-by-side at the moment.

---

<div class="post-metadata">

### Author: ![Christopher\_Fisher](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/christopher_fisher/32/26132_2.png) [@Christopher\_Fisher](https://discourse.julialang.org/u/Christopher_Fisher)
#### Post date: [March 10, 2021, 10:16am UTC](https://discourse.julialang.org/t/ide-eclipse-plugin/56836/4 "2021-03-10T10:16:00Z")

</div>

Welcome! I concur with the other poster. [VSCode](https://www.julia-vscode.org/) is a really nice IDE for Julia. As far as I can tell, there is no call hierarchy feature, but it does have many features like ctrl+click to go to definition, autocomplete, integrated documentation etc.

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [March 10, 2021, 10:32am UTC](https://discourse.julialang.org/t/ide-eclipse-plugin/56836/5 "2021-03-10T10:32:05Z")

</div>

Seems like it’s actually possible to implement a call hierarchy in VSCode, so we’ll [probably get around to it at some point](https://github.com/julia-vscode/julia-vscode/issues/2013).
