Skip to content
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.

Defer all completion documentation creation until completionItem/resolve #704

Open
@jakebailey

Description

@jakebailey

https://microsoft.github.io/language-server-protocol/specification#completionItem_resolve

Instead of building documentation for everything and sending it for a completion request, this info should be omitted and filled in completionItem/resolve. This saves data for the initial request for docs that may never be viewed, and avoids running the (potentially slow) docstring converter for everything.

I believe there's a capability for this in the initialization that needs to be sent and verified.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions