Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

from ... import shows incorrect completions #95

Closed
MikhailArkhipov opened this issue Sep 13, 2018 · 1 comment
Closed

from ... import shows incorrect completions #95

MikhailArkhipov opened this issue Sep 13, 2018 · 1 comment
Assignees
Labels
bug Something isn't working feature: imports
Milestone

Comments

@MikhailArkhipov
Copy link

image

When I do from .module1 import I see completions coming from the global module1 rather than the relative my_package.module1.

However, the correct module is imported, and later references get the correct one.

microsoft/PTVS#4359

@MikhailArkhipov MikhailArkhipov changed the title from ... import shows incorrect completions #4359 from ... import shows incorrect completions Sep 13, 2018
@gramster gramster modified the milestones: Oct 2018.1, Oct 2018.2 Sep 26, 2018
@MikhailArkhipov MikhailArkhipov added bug Something isn't working feature: imports labels Sep 27, 2018
@AlexanderSher AlexanderSher self-assigned this Oct 11, 2018
@MikhailArkhipov
Copy link
Author

Depends on #157

AlexanderSher added a commit to AlexanderSher/python-language-server that referenced this issue Oct 18, 2018
- Fix issue microsoft#109: Reloading modules leaks memory
- Fix issue microsoft#278: Huge memory usage when analysis 9 lines python code
- Some code clean-up
jakebailey pushed a commit to jakebailey/python-language-server that referenced this issue Nov 1, 2019
- Fix issue microsoft#109: Reloading modules leaks memory
- Fix issue microsoft#278: Huge memory usage when analysis 9 lines python code
- Some code clean-up
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working feature: imports
Projects
None yet
Development

No branches or pull requests

3 participants