weirongxu / coc-explorer

📁 Explorer for coc.nvim
MIT License
1.14k stars 45 forks source link

Is there a way to show all file with diagnostic sign when I open coc-explorer? #468

Closed beautiful-boyyy closed 2 years ago

beautiful-boyyy commented 2 years ago

Screenshot from 2021-08-17 11-11-39 Screenshot from 2021-08-17 11-11-50 Screenshot from 2021-08-17 11-11-56

The problem is when I open coc-explorer, it only shows the the current file's diagnostic result.So I wonder is there any way to show all file with diagnostic sign when I open coc-explorer?

weirongxu commented 2 years ago

coc-explorer using the diagnostic list of coc.nvim, so only opened buffers are supported now.