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
When LSCClientShowHover or LSCClientSignatureHelp are invoked, a preview window gets correct filetype set and corresponding syntax highlighting - result after ShowHover on collect method:
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:
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?
The text was updated successfully, but these errors were encountered:
When
LSCClientShowHover
orLSCClientSignatureHelp
are invoked, a preview window gets correctfiletype
set and corresponding syntax highlighting - result after ShowHover oncollect
method:When invoking symbol completion and Vim's
completeopt
includespreview
orpopup
option, extra information is not syntax-highlighted,filetype
is unset -lsc#complete#complete
invoked on.col
token: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?The text was updated successfully, but these errors were encountered: