mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-44026 Always match the first component of a qualified name in suggestions
For instance, "numpy.foo" should not match "pkg.test_numpy.foo". GitOrigin-RevId: b3f3dfb17b0705eb3f93368eb281ba662ea92e3c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e40791ec88
commit
9ad52f13a4
+2
@@ -0,0 +1,2 @@
|
||||
def func():
|
||||
pass
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
def func():
|
||||
pass
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
def func():
|
||||
pass
|
||||
+1
@@ -0,0 +1 @@
|
||||
ba.fu<caret>
|
||||
Reference in New Issue
Block a user