mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
Illegal autocomplete entries removed for classes/functions and packages. * Local and nested classes removed * Entries without importable path removed * Similar entries from different source roots deduplicated * Packages narrowed to the ones that can be resolved Module completion delegated to the separate CompletionContributor and switched to use PyModuleNameIndex.
4 lines
39 B
Python
4 lines
39 B
Python
def f():
|
|
class MyFoo:
|
|
pass
|