Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

sublime text 3 sidebar autoupdating not working

I was wondering if anyone could tell me how to make it so that sublime text 3 automatically updates the sidebar when i add a new folder/file to the current project in finder (osx).

Right now, I have to manually go to Project -> Refresh Folders

My user preferences are probably not the issue as they are very basic:

{     "color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",     "font_size": 18,     "tab_size": 2,     "translate_tabs_to_spaces": true } 

If anyone could help that would be great as I have tried googling, searching for an answer to this but havent found anything that works.

Thanks in advance.

like image 682
JaTo Avatar asked Sep 02 '13 01:09

JaTo


People also ask

How do I display the side panel in Sublime Text 3?

Here's a tip: If you open the ST console (View menu -> Show Console) and type/paste sublime. log_commands(True) Enter and then right click in the main text area and select Reveal in Sidebar , you'll see in the console the name of the command being executed.


1 Answers

I recently began experiencing this issue and it turned out to be DropBox related. Once I removed DropBox and restarted my machine the folder refreshing began working as before. Also, DropBox was affecting several other apps, specifically SourceTree and Transmit as well as Sublime Text 3.

like image 127
hereswhatidid Avatar answered Sep 20 '22 08:09

hereswhatidid