Version 0.34.10
Fixed
CompletionItem.detail
no longer provides redundant information that is already provided inCompletionItem.kind
.- Explicit calls to
get_type_hint
are removed for performance reasons. - classes and functions with no arguments sometimes return no jedi signatures. In these cases, we manually provide
()
at the end of said classes and functions to ensure a consisten detail experience for end users.