Sublime Forum

New files not appearing in sidebar nor folder

#1

I’m new to all this so this might just be a mistake on my part.

I’m using Sublime Text Version 3.2.2, Build 3211 64bit portable version on Windows 10.

When I create a file inside a folder in sublime text, the new file doesn’t appear in the sidebar nor the actual folder, as such:

How do I fix this?

0 Likes

#2

As per the screenshot you have posted, your index.html isn’t saved in Test/Test 2. It might have been saved in some other location. You can verify this fact by simple hovering over the tab. It should show a tiny pop up with the absolute path of the file on disk. Since, Test is a top level folder, Sublime will keep track of any file changes (adding, deleting, modifying files) in that location, so if index.html was actually saved in Test 2, it would have shown up (no matter if you did it from within Sublime or from the OS context menus)

0 Likes