FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Completion item documentation property has null kind · Issue #305 · microsoft/python-language-server · GitHub

This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Completion item documentation property has null kind #305

Description

Completion items are returning with documentation properties that look like this:

"documentation": { "kind": null, "value": "None" }

The relevant spec is here (Search for MarkupContent). According to the spec, kind should be one of plaintext or markdown.

Null kind values are causing problems with LanguageClient-neovim as described here autozimu/LanguageClient-neovim#633 (comment):

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL