nikitakit / hydrogen-python

Python-specific plugin for hydrogen. Make Python coding in the Atom editor even more interactive!
https://atom.io/packages/hydrogen-python
MIT License
54 stars 20 forks source link

Feature Request: Ignore imported modules by default (or have an option to) #9

Open ajjitn opened 6 years ago

ajjitn commented 6 years ago

In the variable explorer, all imported modules are shows as variable of type module. This tends to clutter up the variable explorer especially if you're working on large projects with lots of imported modules. It would be helpful if modules weren't shown by default or if there was an option to not show modules in the explorer.