neoclide / coc-lists

Common lists for coc.nvim
264 stars 24 forks source link

Feature request: Use floating window #61

Closed giovannigiordano closed 4 years ago

giovannigiordano commented 5 years ago

I've seen vim-clap which uses floating windows for lists. There is any chance to have this implemented in coc-lists? Thanks.

terkelg commented 5 years ago

This is a duplicate of #33 which has a wontfix label. That being said I think it could be a nice UI improvement. Here's a preview of vim-clap and the floating window: vim-clap-1024-98

chemzqm commented 5 years ago

Lists are implemented independently of UI, there might be a floating list extension in the future. But I don't have time for that recently.

alex-popov-tech commented 4 years ago

any updates on that? still relevant :)

JSamir commented 4 years ago

Would it be a good idea to implement whatever is needed in the floating window as a provider for vim-clap? I have no idea if that is a good idea, just throwing that in here because it seems that vim-clap is nicely extensible. https://github.com/liuchengxu/vim-clap#how-to-define-your-own-provider

chemzqm commented 4 years ago

@JSamir vim-clap or other fuzzy finder can make use API of coc.nvim.

tmpm697 commented 4 years ago

I prefer current behavior of coc-list but it would be nice if it supports floating window.

orlandoxu commented 4 years ago

Hope support floating window.

chemzqm commented 4 years ago

Nope