Skip to content

Instantly share code, notes, and snippets.

@yordanzhelevdev
Created July 17, 2018 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yordanzhelevdev/128e4feb07f153d329daca57e06aa9ff to your computer and use it in GitHub Desktop.
Save yordanzhelevdev/128e4feb07f153d329daca57e06aa9ff to your computer and use it in GitHub Desktop.
Create Projects in Sublime Text 3

Sublime Projects 📁

You can create Projects which contains multiple folders and can have individual settings depending on the project. A project is a folder or a group of folders saved at a certain state that will be remembered everytime you close the project.

You can also quick switch between projects with CMD + CTRL + P or CTRL + ALT + P

If your are using Atom or vscode there is a plugin to add this behavior:

Create Project

Add folders to a project (New Window first)

Add Folders To Project

Select a group of folder that you want in your project

Select Folders

It looks like when you open a folder in Sublime, but now we can save this project and reopen it easily whenever we want

All folders

Save Projects As..

Save Project As..

Save anywhere, the file will be saved as nameoffile.sublime-project

Save to folder

Now you can select the project, and create multiple project that you can switch between

Select Project

On mac you can "Quick Switch" projects with CMD + CTRL + P

Quick Switch Project

If you want quick switch on Windows you have to add this code to your Settings-file that you can open with CTRL + , or via the menu bar

Every setting for this project is located in the name.sublime-project-file. You can open this file in your editor and change any settings you want for this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment