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

Completion preview/popup extra information filetype highlight? #464

Open
dunrix opened this issue May 7, 2023 · 0 comments
Open

Completion preview/popup extra information filetype highlight? #464

dunrix opened this issue May 7, 2023 · 0 comments

Comments

@dunrix
Copy link

dunrix commented May 7, 2023

When LSCClientShowHover or LSCClientSignatureHelp are invoked, a preview window gets correct filetype set and corresponding syntax highlighting - result after ShowHover on collect method:

image

When invoking symbol completion and Vim's completeopt includes preview or popup option, extra information is not syntax-highlighted, filetype is unset - lsc#complete#complete invoked on .col token:

image

Is there a way how to set syntax highlighting for completion extra info window also? Like filetype=markdown or dynamically by current filetype of buffer in which is it invoked?

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