How to create Sublime Text Project

  1. 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
  2. Open up a new sublime text window with no other tabs opened.
  3. Drag the whole project folder into the folder panel
  4. Navigate to the site package folder:
    • This folder is normally located at the Envs\project_name\lib\python_version\site-packages
  5. Drag the entire site-packages folder into the folder panel
  6. 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
  7. 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