[🚀 Request] Add support for additional code-completion fields such as detail
and documentation
#1650
Labels
enhancement
New feature or request
Milestone
Describe the request
I am implementing an LSP plugin to add support for a new language to VSCode. Once completed, it will support all the features described by this document: Programmatic Language Features. I will need support for testing all of them, but this specific request is to add additional information to the
ContentAssistItem
model, particularly thedetail
anddocumentation
fields of the respective CompletionItem. Below is a POC that demonstrates one way to obtain the additional information. I am sure it can be greatly improved upon, but I needed to get unblocked for now:Usage
The text was updated successfully, but these errors were encountered: