Lyz
Lyz
Hey, I use Vim and have no experience with vscode, but most people do, so it would be an awesome feature. I'm still investing all my efforts in stabilizing the...
Awesome!
After #41 is merged, This issue is trivial if we use the `extract_package_objects` function to iterate over the list of all packages.
bageljrkhanofemus has started working on this direction in #208 , if you want to contribute I'd say get in touch with him to see if he's made any progress and...
Hi @andresmrm I love your proposal! I've been thinking of diving into `ast` for a while, but the day never came. > Scanning my whole venv is taking ~20s. So...
> Shortest module name isn't always right. I've started to replace from .somemodule import something with from mainmodule.somemodule import something in my code. This avoids inserting from somemodule import something...
Hi @stdedos thanks for taking the time to open an issue. I don't fully understand your request, can you explain it a little further? I'm not aware of `pytest`'s `addopts`...
Now I see what you mean, thanks for being so throughout. Checking the code, I see that indeed `--ignore-init-modules` is not handled by the configuration file, and it only works...
Hi @hydrargyrum thanks for taking the time to open another issue. I can reproduce the issue, will you be able to submit a PR to fix it?