mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
In particular, in "Import ..." quickfix, smart completion for class names and in a few refactorings.
2 lines
95 B
Python
2 lines
95 B
Python
from module import foo
|
|
print(foo, <error descr="Unresolved reference 'bar'">b<caret>ar</error>) |