One of the most annoying things inside Sublime Text 2 is the sidebar. There are 2 things that bug me the most.
1) When you create a new file, it doesn’t ask you the file name. It simple creates a file and then you have to save to give it a name.
2) You can’t duplicate a file.
Both of these problems are solved by using the SideBarEnhancements package by titoBouzout. It’s available for install using Package Control.
SideBarEnhancements Features
There are a few features that SideBarEnhancements gives you.
New File Creation
When you create a new file, it will immediately ask you for a file name. And don’t worry, if you want to just create a new file without saving, Cmd+N still works fine.
New File in Current Directory
When you’re working on a file and would like to create a new file in the same directory, just hit Ctrl+T. Very nice!
Duplicate Files & Folders
You can now duplicate a file or an entire folder simply by right clicking on a item in the sidebar and clicking Duplicate.
Copy Content as ‘data:uri base64′
Embedding images into your CSS saves http requests, which can make your app/site feel much faster, though it might have a larger css file. The problem I had was not having a convenient way to turn images into base64 data. Now I do, thanks to SideBarEnhancements. Just click on an image file, click “Copy as Text > Content as Data URI”. Now go to the css and paste. Done.
Other Features
- Move files and folders
- Open files with separate applications
- Cut & Paste Files/Folders
{ 0 comments }