mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
In particular, in "Import ..." quickfix, smart completion for class names and in a few refactorings.
6 lines
57 B
Python
6 lines
57 B
Python
from module import (
|
|
foo,
|
|
bar,
|
|
)
|
|
|
|
print(foo, bar) |