Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 842 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 842 Bytes

Switch to Buffer

This extension allows you to switch between buffers in the current workspace. It is similar to the switch-to-buffer command in emacs.

Features

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. Example

Extension Settings

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.

Release Notes

1.2.0

Add fuzzy search to the buffer list. Highlighting the partial search terms does not work yet.

1.1.0

Fixes the issue with the extension displaying hidden buffer names that were not supposed to be displayed.

1.0.0

Initial release of switchbuffers