# Revise with include chain

**URL:** https://discourse.julialang.org/t/revise-with-include-chain/103684
**Category:** New to Julia
**Tags:** revise
**Created:** [September 8, 2023, 10:51pm UTC](https://discourse.julialang.org/t/revise-with-include-chain/103684 "2023-09-08T22:51:44Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Benny](https://avatars.discourse-cdn.com/v4/letter/b/49beb7/32.png) [@Benny](https://discourse.julialang.org/u/Benny)
#### Post date: [September 8, 2023, 11:03pm UTC](https://discourse.julialang.org/t/revise-with-include-chain/103684/2 "2023-09-08T23:03:49Z")

</div>

[This short thread](https://discourse.julialang.org/t/revise-jl-dosnt-work-on-include-ed-files/26872) addresses this, this is how `includet` is supposed to work: “include and track _this_ file”. To automatically track a network of included files, you need to [work on a package](https://timholy.github.io/Revise.jl/stable/#Usage-example-1). I think you could technically replace nested `include`s with `includet` but you’d also have to temporarily import `Revise` in all your modules, and that’s not recommended over package work.

An aside, the other issue that thread addresses appears to have been patched by now.

---

_[View the full topic](https://discourse.julialang.org/t/revise-with-include-chain/103684)._
