ballerina-platform / lsp4intellij

This language client library provides language server protocol support for IntelliJ IDEA and other Jetbrains IDEs.
Apache License 2.0
428 stars 104 forks source link

Improve the hover content rendering #356

Closed ThemiraChathumina closed 2 months ago

ThemiraChathumina commented 3 months ago

Description:

The current implementation does not add any styling or colors to the content displayed in the hover box. To enhance visual appeal, it would be beneficial to style the content within the hover box, such as highlighting the code, using an appropriate font, and adjusting the font size.

Examples

image

image

NipunaRanasinghe commented 2 months ago

Closing as fixed with https://github.com/ballerina-platform/lsp4intellij/pull/357