You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
New UI:
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.
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:
New UI:
ping
@
swmitra@
narayani28 for reviewThis 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 theupdateHintDescription
interface in the provider.See this and this for reference.
shubhsnov included the following code: https://github.com/adobe/brackets/pull/14696/commits
The text was updated successfully, but these errors were encountered: