mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
Interestingly, this new code style option affects the text of the auto import quickfix since the latter reflects whether a symbols will be imported anew or by extending some existing import.
3 lines
93 B
Python
3 lines
93 B
Python
from mod import foo
|
|
|
|
print(foo, <error descr="Unresolved reference 'bar'">b<caret>ar</error>) |