Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting another "current module" than Main #650

Closed
KristofferC opened this issue Apr 17, 2018 · 0 comments
Closed

Allow setting another "current module" than Main #650

KristofferC opened this issue Apr 17, 2018 · 0 comments

Comments

@KristofferC
Copy link
Member

When working on e.g. a package it can sometimes be nice work inside that package module, in other words, the expression you type are evaluated into that module. Both Juno and VSCode has functionality where you can set the "current active module" to something else than Main. Perhaps there could be some hook where a user can set the module code is evaluated to something else.

Should be fairly easy to implement, just change out the hardcoded Mains with some global variable that can be changed.

What do you think?

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

No branches or pull requests

2 participants