mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 21:55:38 +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.
2 lines
21 B
Python
2 lines
21 B
Python
class MyFoo:
|
|
pass |