If you work with few projects same time this plugin give you the opportunity to change your workspace faster. Save your workspace, all your opened tabs, cursor position, etc. for each task you are working with.
Install package through Atom or use Atom CLI:
$ apm install save-workspace
We are very pleased with the developers and contributors. All contributions are happening through the pull requests from your forks of the repository to the main repo.
To clone the repository:
$ git clone https://github.com/denieler/save-workspace-atom-plugin
To debug plugin in Atom go to the plugin's folder ./save-workspace-atom-plugin
and run command
$ apm link --dev
Then run Atom with the --dev
flag to enable Dev packages loaded:
$ atom --dev .
And here you go.