0

I recently have started to write code in sublime text 2 editor. I can have my opened file in sidebar but i want to have folder in sidebar too. How can i add folder to my sidebar?

MattDMo
  • 100,794
  • 21
  • 241
  • 231
mostafa
  • 59
  • 1
  • 5
  • While you are composing your question, a list entitled **Questions that may already have your answer** shows up with potentially relevant questions. **Use that list** and open up the suggested questions in new tabs. In this case, the **very first** question in that list had your answer. – MattDMo Aug 13 '15 at 16:17

2 Answers2

1

enter image description hereTo open a project or a folder

  • In your menu bar got to File.
  • In sub menu Open Folder.

file > open folder

Harish Lalwani
  • 754
  • 5
  • 20
0

i finally find out how to do it! 1- view -> show sidebar . 2- file -> open folder 3- drag the folder you want to the sidebar and drop it !

mostafa
  • 59
  • 1
  • 5
  • As explained to you by Harish Lalwani you do **not** need to drag the folder. You can simply open the folder of interest the same way you open a file of interest. – jwpfox Aug 15 '15 at 08:17
  • Just realised that you may have the unstated desire to have the folder you are opening added to the sidebar you currently have open. In that case add the folder to the current project by using the relevant command in the `Project` menu. – jwpfox Aug 15 '15 at 08:39