stef-levesque / vscode-multiclip

Multiple clipboards for VSCode
MIT License
46 stars 12 forks source link

Enable search in buffer contents #18

Open brunnerh opened 6 years ago

brunnerh commented 6 years ago

When the list buffer command is invoked, the items can only be selected by index. It would be helpful if the contents could be searched as well, maybe only enabled via a configuration option.

(Searching contents can be enabled via the quick pick option matchOnDescription.)

sirgru commented 6 years ago

I also think this would be useful. The search would be in the same quick action dropdown that shows the buffer list.