Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Workout what modules have been loaded by parent file #3

Open
oxinabox opened this issue Sep 25, 2016 · 0 comments
Open

Workout what modules have been loaded by parent file #3

oxinabox opened this issue Sep 25, 2016 · 0 comments

Comments

@oxinabox
Copy link
Member

oxinabox commented Sep 25, 2016

For example:

File Main.jl

module Main
using Foobar

include("sub.jl")

Then when you are editting sub.jl
it should know to complete all the things exported by Foobar.


This is a little tricky as it means you need to search the area around a file, to try and work out where it is used.
And it goes kinda nuts if your file is included in multiple places.
But most files are not.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant