mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Resolve PyReferenceImpl refs to all outer definitions in the current file
This applies to all outer definitions except imports where we resolve only to the latest imports as we used to do. This is required for detecting and optimizing unused imports and adding imports during refactorings. The implementation of ResolveProcessor has been rewritten as PyResolveProcessor.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import p1
|
||||
import p1.m1
|
||||
from p1 import m1
|
||||
from p1.m1 import foo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user