Skip to content

Version 0.34.10

Compare
Choose a tag to compare
@pappasam pappasam released this 19 Nov 21:27
· 163 commits to main since this release

Fixed

  • CompletionItem.detail no longer provides redundant information that is already provided in CompletionItem.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.