Sublime Forum

Saving Project

#1

Hey Guys. I realized that after I save a project, it doesn’t show in the side bar next time I re-open sublime text. How do I keep it in the folders sidebar regardless if I close it or leave it open.

I want to know if there is a way to keep it there without going to “open project”

Thanks!

0 Likes

#2

It should do this by default via

    // remember_open_files makes the application start up with the last set of
    // open files. Changing this to false will have no effect if hot_exit is
    // true
    "remember_open_files": true,

And just a tip, you can jump to recent projects quickly via super+ctrl+p

0 Likes

#3

Hey. Thanks for the reply. That I already know, that it save the latest file open. My question is how can I keep my whole imported project always shown on the sidebar when I re-open sublime?

0 Likes