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

When imported module is modified in python the ghpython should be refreshed #5

Open
1 task
9and3 opened this issue Feb 23, 2024 · 0 comments
Open
1 task
Labels
feature_request For asking for new features

Comments

@9and3
Copy link
Collaborator

9and3 commented Feb 23, 2024

Describe the wished feature
Right now if main.py is importing moduleA.py the modifications in moduleA.py in vscode to be effective you need to go back to main.py and do ctrl + S.

Imported modules should refreshed automatically when saved.
Do not know how possible it is but an option could be:

  • read and check all the imported custom modules imported by the script and add a file-modified-thread to each of the imported modules.
@9and3 9and3 added the feature_request For asking for new features label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature_request For asking for new features
Projects
None yet
Development

No branches or pull requests

1 participant