A VSCode Extension for quick toggle between current file and last file
Single editor
Multi editors
-
Press
cmd/ctrl + shift + p
, and then searchquick toggle file
-
You can also set shortcuts in
keybindings.json
. like:
[
{
"key": "ctrl+e",
"command": "quickToggleFile.toggle"
}
]