pypi jedi-language-server 0.32.0
Version 0.32.0

latest releases: 0.46.0, 0.45.1, 0.45.0...
4 years ago

Added

  • Initialization options to granularly disable names and full names for hover operations based on their Jedi type. This is useful because some text editors will automatically send hover requests when a user pauses their cursor over text and the large amount of information can get annoying for some users. Resolves: #147. Jedi types are currently: module, class, instance, function, param, path, keyword, property, and statement.
  • Initialization option to disable hover entirely. If enable is set to false, the hover language feature will not be registered. May consider adding something similar to most language server features if this proves useful.

Changed

  • In Hover, Path has been renamed to Full name, which is more accurate and is directly tied to the hover disabling options.
  • Restrict Python version support to >= 3.6.2. Upgraded development dependencies. Latest black doesn't support Python < 3.6.2, so to keep things simple here we're now not supporting Python versions below that version either.

Don't miss a new jedi-language-server release

NewReleases is sending notifications on new releases.