Enables to store already opened editors under unique identifier. Stored editors can be loaded based on identifier. You have also option to delete stored editors.
Release Notes
0.1.6 Changed contexts file name and it's storage
Contexts file is now stored in the root of your workspace in folder .vscode/context-switcher
Migration from legacy storage
Load context from legacy storage:(Cmd+Shift+P on OSX or Ctrl+Shift+P on Windows and Linux) You will see list of stored contexts from legacy storage. When context is successfully loaded, its files are automatically stored into the new context file storage under same name.
New context file storage does not support these properties, thus removed from configuration
Removed setting: context-switcher.file-name
Removed setting: context-switcher.storage-path
0.1.3 Added feature to open files changed in last commit
Load context from Git: (Cmd+Shift+P on OSX or Ctrl+Shift+P on Windows and Linux), type Load context from Git You will see list of all your repositories.
0.1.1
fixed issue when stored editors were opened in preview mode which lead to show only last opened editor. (only with preview mode turned on)
0.0.6 Added feature to update already opened context
added ability to change contexts file without need of reload vscode
Update context: (Cmd+Shift+P on OSX or Ctrl+Shift+P on Windows and Linux), type Update context Your currently loaded context will be updated.
0.0.5
Contexts storage file settings
context-switcher.file-name: Specifies the name of file which contains stored contexts. Removed with project specific contexts file
context-switcher.storage-path: Specifies the folder path where to store saved contexts. Removed with project specific contexts file
Added basic features:
Save context: (Cmd+Shift+P on OSX or Ctrl+Shift+P on Windows and Linux), type Save context as You will be prompted to enter name;
Load context: (Cmd+Shift+P on OSX or Ctrl+Shift+P on Windows and Linux), type Load context You will see list of stored contexts.
Delete context: (Cmd+Shift+P on OSX or Ctrl+Shift+P on Windows and Linux), type Delete context You will see list of stored contexts.