This extension allows you to switch between buffers in the current workspace. It is similar to the switch-to-buffer
command in emacs.
It iterates over all the open tabs in the current workspace and displays them in a list. You can then select the buffer you want to switch to.
For this extension to work, you need to just install it and call the Switch Files command that is available in the command palette. I suggest you bind it to a key combination of your choice.
Add fuzzy search to the buffer list. Highlighting the partial search terms does not work yet.
Fixes the issue with the extension displaying hidden buffer names that were not supposed to be displayed.
Initial release of switchbuffers