Skip to content

tchmura/context-switcher

 
 

Repository files navigation

Features

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

  • 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.
  • context-switcher.storage-path: Specifies the folder path where to store saved contexts.

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.

Save context as

Save context as

Load context

Load context

Update context

Update context

Delete context

Delete context

Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%