Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Express Basics (2015) Developing Express Apps Like a Boss Adding Routes to the App

Sergio Cruz
Sergio Cruz
15,550 Points

How is huston seeing folders on the right side bar in sublime?

He has some folders open and it shows the files within them. How is he seeing this? I only have the option to open files

3 Answers

Those folders have been added to the project. You're technically always in a project, even if it's anonymous/not saved.

Go to the Project menu, then select Add Folder to Project.

Nathan Brenner
Nathan Brenner
35,844 Points

If you mean the white panel on the left side of the text editor, that's the side bar. You can make that bar appear in sublime text by selecting the 'View' menu, submenu 'Side Bar', and select the option to 'Show Side Bar'. Alternatively, the keyboard shortcut is cmd + k, then cmd + b.

Van Doan
Van Doan
32,285 Points

In Sublime, you can have get that window with the side view by, 1) in the top bar select File, 2) in the drop down, select Open, 3) select the project folder (not the file) and click on the "open" button.