Carson Zhang
Senior Software Developer
Tue 03 July 2018
• 2 min read
How to create Sublime Text Project
Create a project folder to store all the sublime text project file
Sublime Text Project file is a build file that must be saved somewhere on the disk. So a good way of doing this is to save the file into a folder something similar to Sublimetext Project
Open up a new sublime text window with no other tabs opened.
Drag the whole project folder into the folder panel
Navigate to the site package folder:
This folder is normally located at the Envs\project_name\lib\python_version\site-packages
Drag the entire site-packages folder into the folder panel
Now the folder panel should have two folders: the project folder and the corresponding site-packages folder. Then you can save this as a project and save it to the Sublimetext Project you just created
After the sublimetext project is created, you can quickly switch among projects using shortcut CTRL + ALT + P. If the shortcut doesn't work, check HERE