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
Describe the bug
With the new (and incredible) convert_lines_to_markdown option, the hover information for snippet malfunctions.
Many snippets dont have the description key which means the actual snip definition with nodes and code is displayed in help.
With the above option set to true, its all hidden away.
Perhaps it could use a similar parsing function concept as noice.text.markdown.html_entities?
To Reproduce
Steps to reproduce the behavior:
Configure noice lsp overrides (set to true)
use snippet engine + friendly snippets (just the best test case as it contains verbose snippets with descriptions to undocumented snippets)
type any snippet and hover
Expected Behavior
The text was updated successfully, but these errors were encountered:
Describe the bug
With the new (and incredible)
convert_lines_to_markdown
option, the hover information for snippet malfunctions.Many snippets dont have the
description
key which means the actual snip definition with nodes and code is displayed in help.With the above option set to true, its all hidden away.
Perhaps it could use a similar parsing function concept as
noice.text.markdown.html_entities
?To Reproduce
Steps to reproduce the behavior:
Expected Behavior
The text was updated successfully, but these errors were encountered: