Module with include

Good afternoon,

I build all my Julia codes in the module environment and I was wondering if there is a way to use include() (since this allow Julia to update the module) without having to write my_module.my_function(). I have been looking around but no luck.

Thank you for your suggestions :)!

I am not entirely sure what you mean, but it sounds like you are looking for Revise.jl.

1 Like

It seems to be what I have been looking for! Thank you very much.