Fixed
CompletionItem.detailno longer provides redundant information that is already provided inCompletionItem.kind.- Explicit calls to
get_type_hintare 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.