antoinemadec / coc-fzf

fzf :heart: coc.nvim
388 stars 28 forks source link

Ability to preview diagnostic messages themselves in diagnostic list #30

Open expipiplus1 opened 4 years ago

expipiplus1 commented 4 years ago

It would be nice to (in the presence of large, multi-line messages) be able to have a preview of the whole error message. A bonus would be to also display the diagnostic location in the file as is currently done.

I'm happy to be assigned this issue, although I can't promise when I'll get round to it.

antoinemadec commented 4 years ago

I think this is more of a FZF than a coc-fzf issue, but I will assign it to you for now. Feel free to close this after investigation, or to create a PR.

expipiplus1 commented 3 years ago

Opened this against fzf: https://github.com/junegunn/fzf/issues/2216, you're right that it's not really a coc-fzf problem