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

Dont omit snippet nodes in hover #178

Closed
ranjithshegde opened this issue Oct 30, 2022 · 1 comment · Fixed by #639
Closed

Dont omit snippet nodes in hover #178

ranjithshegde opened this issue Oct 30, 2022 · 1 comment · Fixed by #639
Labels
bug Something isn't working

Comments

@ranjithshegde
Copy link
Contributor

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.
noice

Perhaps it could use a similar parsing function concept as noice.text.markdown.html_entities?

To Reproduce
Steps to reproduce the behavior:

  1. Configure noice lsp overrides (set to true)
  2. use snippet engine + friendly snippets (just the best test case as it contains verbose snippets with descriptions to undocumented snippets)
  3. type any snippet and hover

Expected Behavior
snip

@ranjithshegde ranjithshegde added the bug Something isn't working label Oct 30, 2022
@folke
Copy link
Owner

folke commented Nov 7, 2022

Will be fixed soon :)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants