More than one folder / project in one Sublime Text 3 window

trejder

I can have only one project / path opened in in the same time, in one Sublime Text 3 window.

Each time I quickly switch project (Ctrl+Alt+P), new project replaces current one. Each time I open new folder (File > Open Folder...) or project (Project > Open Project...), it is opened in a new Sublime Text window.

Can I have more than one project opened in one Sublime Text 3 window? If yes -- how to achieve this?

Sergey Telshevsky

If by having multiple projects in one window you mean having multiple directories that are located in different places of your system at once in the sidebar tree, then yes, you can achieve this.

  1. Open one of the projects in Sublime Text just like you always do.

  2. Do one of the following:

    • Drag the root directory of the second project from the file explorer to the sidebar of the first project ST window.

    • In your terminal cd to the second project and enter subl . -a.

-a flag means to add to the last focused window instead of opening in a new window).

EDIT

Even easier solution.

Open the first project. Go to (in the menu above)

Project -> Add folder to project

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Sublime Text 3 - Change color of just one window?

From Dev

How can one rename a project in sublime text editor 3?

From Dev

How to run a winform project for more than one?

From Dev

Sublime Text through command line: Don't open more than 1 window/instance, add to working project instead

From Dev

How to copy more than one folder into another folder?

From Dev

check if the text has more than one link

From Dev

Check if text contains more than one @

From Dev

Push more than one netbeans project in one repository

From Dev

Push more than one netbeans project in one repository

From Dev

More than one animation in CSS3

From Dev

More shell scripts than one in one text file?

From Dev

Nuget restore error: This folder contains more than one solution file

From Dev

Create more than one window of a single sketch in Processing

From Dev

Progress bar will not work correctly if add more than one window(pyside)

From Dev

How to create more than one window of a single sketch in Processing?

From Dev

Ubuntu 18.04 - GNOME Shell more than one window behaviour problem

From Dev

Progress bar will not work correctly if add more than one window(pyside)

From Dev

How can I open more than one window in OneNote for Mac

From Dev

How to create more than one window of a single sketch in Processing?

From Dev

Ubuntu 18.04 - GNOME Shell more than one window behaviour problem

From Dev

more than one mesh

From Dev

more than one mesh

From Dev

Is it a normal practice to include more than one Dockerfile in a project?

From Dev

How to load cmake script with more than one project with Qt Creator

From Dev

Why do we need more than one manifest for android project?

From Dev

Connect more than one project id to the Google Play Developer Console

From Dev

How to load cmake script with more than one project with Qt Creator

From Dev

Why do we need more than one manifest for android project?

From Dev

Connect more than one project id to the Google Play Developer Console

Related Related

  1. 1

    Sublime Text 3 - Change color of just one window?

  2. 2

    How can one rename a project in sublime text editor 3?

  3. 3

    How to run a winform project for more than one?

  4. 4

    Sublime Text through command line: Don't open more than 1 window/instance, add to working project instead

  5. 5

    How to copy more than one folder into another folder?

  6. 6

    check if the text has more than one link

  7. 7

    Check if text contains more than one @

  8. 8

    Push more than one netbeans project in one repository

  9. 9

    Push more than one netbeans project in one repository

  10. 10

    More than one animation in CSS3

  11. 11

    More shell scripts than one in one text file?

  12. 12

    Nuget restore error: This folder contains more than one solution file

  13. 13

    Create more than one window of a single sketch in Processing

  14. 14

    Progress bar will not work correctly if add more than one window(pyside)

  15. 15

    How to create more than one window of a single sketch in Processing?

  16. 16

    Ubuntu 18.04 - GNOME Shell more than one window behaviour problem

  17. 17

    Progress bar will not work correctly if add more than one window(pyside)

  18. 18

    How can I open more than one window in OneNote for Mac

  19. 19

    How to create more than one window of a single sketch in Processing?

  20. 20

    Ubuntu 18.04 - GNOME Shell more than one window behaviour problem

  21. 21

    more than one mesh

  22. 22

    more than one mesh

  23. 23

    Is it a normal practice to include more than one Dockerfile in a project?

  24. 24

    How to load cmake script with more than one project with Qt Creator

  25. 25

    Why do we need more than one manifest for android project?

  26. 26

    Connect more than one project id to the Google Play Developer Console

  27. 27

    How to load cmake script with more than one project with Qt Creator

  28. 28

    Why do we need more than one manifest for android project?

  29. 29

    Connect more than one project id to the Google Play Developer Console

HotTag

Archive