Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] Adding Code Hints Description Box for handling additional hint information in LSP #11987

Open
core-ai-bot opened this issue Aug 30, 2021 · 1 comment

Comments

@core-ai-bot
Copy link
Member

Issue by shubhsnov
Thursday Apr 11, 2019 at 15:06 GMT
Originally opened as adobe/brackets#14696


LSP allows a server to serve additional information about a completionItem(hint) upon explicit request.
This additional information can be quite large, and doesn't sit nicely with the current UI where all the extra information is shown inline as the element is highlighted.

Current UI:

image

New UI:

image
newUi

ping@swmitra@narayani28 for review

This feature will be enabled on request through "enableDescription" option in the hints response. The provider can then subsequently create any html and render in the description box through the updateHintDescription interface in the provider.

See this and this for reference.


shubhsnov included the following code: https://github.com/adobe/brackets/pull/14696/commits

@core-ai-bot
Copy link
Member Author

Comment by narayani28
Monday Apr 15, 2019 at 04:00 GMT


LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant