mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
PY-21458 Fixed: Live template hangs PyCharm in some case
Don't analyze implicit imports while searching iterable variable for live template
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
from m import *
|
||||
|
||||
comps<caret>
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
from m import *
|
||||
|
||||
{ for in }
|
||||
+1
@@ -0,0 +1 @@
|
||||
MY_GLOBAL = []
|
||||
Reference in New Issue
Block a user