coc-jedi

coc.nvim wrapper for https://github.com/pappasam/jedi-language-server

MIT License

Downloads
881
Stars
228
Committers
11

Bot releases are visible (Hide)

coc-jedi - Version 0.9.1

Published by pappasam over 4 years ago

Changed

  • Obtain the current jls version when obtaining the default jls environment. If the current version is not equal to the expected version, re-install. This should make updates seamless for people who are "git pulling" the latest changes and may not be deleting an existing venv.
coc-jedi - Version 0.9.0

Published by pappasam over 4 years ago

Changed

  • Jls 0.14.0
coc-jedi - Version 0.8.1

Published by pappasam over 4 years ago

Changed

  • Replace fs.rmdirSync with rimraf; already available in coc engine / relied upon and supports older nodes.
coc-jedi - Version 0.8.0

Published by pappasam over 4 years ago

Added

  • Link to GitHub repository link in package.json

Changed

coc-jedi - Version 0.7.4

Published by pappasam over 4 years ago

Changed

  • python3 instead of python in install script to be more widely compatible
coc-jedi - Version 0.7.3

Published by pappasam over 4 years ago

Changed

  • Jls 0.13.2
coc-jedi - Version 0.7.2

Published by pappasam over 4 years ago

Changed

  • Fixed option parsing for executable command and args
coc-jedi - Version 0.7.1

Published by pappasam over 4 years ago

Changed

  • TIL: npmignore and gitignore are mutually exclusive for npm uploads.

Version 0.7.0 is effectively broken. Don't use

coc-jedi - Version 0.7.0

Published by pappasam over 4 years ago

Added

  • Now automatically installs jedi-language-server in managed virtual environment for non-Windows environments.

Removed

  • Reference to pipx for manual installation. That was a bandaid anyway.
coc-jedi - Version 0.6.0

Published by pappasam over 4 years ago

Added

  • Manage specific jedi-language-server by relying on pipx. Otherwise, consider user configuration and path configuration to determine location of Python executable
  • Improve startupMessage to help people debug their setup if they experience issues
  • jedi-language-server version is now in package.json
  • jedi-language-server name is not in package.json
  • Configuration options:
    • jedi.executable.command: jedi-language-server executable. Coc-managed defaults if not specified
    • jedi.executable.args: args passed to jedi-language-server executable. Ignored if command is null
    • jedi.startupMessage: enables (or disables the startup message)
coc-jedi - Version 0.5.0

Published by pappasam over 4 years ago

Added

  • Documentation for all config options here

Changed

  • Pass jedi-rooted configuration to initializationOptions
  • enabled changed to enable. I see the option spelled this way in way more coc plugins and I'd like to be consistent with the ecosystem.
coc-jedi - Version 0.4.0

Published by pappasam over 4 years ago

Added

  • jedi.enabled to disable extension without needing to uninstall
  • jedi.trace.server for debugging
coc-jedi - Version 0.3.1

Published by pappasam over 4 years ago

Added

  • basic "server started" message on server ready
coc-jedi - Version 0.3.0

Published by pappasam over 4 years ago

Removed

  • Remove deprecated configuration options from package.json
coc-jedi - Version 0.2.1

Published by pappasam over 4 years ago

Removed

  • Unnecessary executable checking. This ended up checking existence even when non-Python files were opened, which would be annoying for people working across multiple languages. This ended up removing a dependency (which) and relying on the better error message provided by coc out of the box.
coc-jedi - Version 0.2.0

Published by pappasam over 4 years ago

Added

  • Support signatureHelp

Changed

  • Error message when missing jedi-language-server executable now prints as error
coc-jedi - Version 0.1.0

Published by pappasam over 4 years ago

Added

  • CHANGELOG
  • Configuration helpers for diagnostic configuration
coc-jedi - Initial release

Published by pappasam over 4 years ago

First release!