Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text - show open files on the left

Tags:

sublimetext

Is there a way to show the files that are open in SublimeText on the left of the screen, in a simple list?

I'd simply like the open files to appear on the left in a clickable way like this

file1.txt file2.css file3.htm etc 

is that possible?

like image 311
user410932 Avatar asked Mar 23 '12 07:03

user410932


People also ask

How do I get the sidebar to show files?

In Windows '''Ctrl-K Ctrl-B" opens and closes the sidebar. Of course you first need to View->ShowOpenFiles, or have a project set in order to have access to the sidebar. THANK YOU, that's the answer I was looking for :) Ctrl-0 (zero) and the file is highlighted in the sidebar.

How hide open files sublime?

1 Answer. Show activity on this post. You can press ⌘ cmd + ⇧ shift + . while the dialog is open, which will toggle show/hide hidden files.

How do I display folders in Sublime Text 4?

Then on sublime text go to view>sidebar>show sidebar. Finally, 3 tabs away from view is a project tab. Click on project> add folder to project.. and then choose the folder you downloaded/unziped to your computer.


2 Answers

Go to the "View" menu and choose "Side Bar", then "Show Open Files"

enter image description here

like image 190
Nathan Manousos Avatar answered Oct 19 '22 09:10

Nathan Manousos


Right click on open file in editor... Click on Reveal in Side Bar option, it will sync the open file with side bar

like image 26
vikram jeet singh Avatar answered Oct 19 '22 08:10

vikram jeet singh