When comparing SideBar Enhancements vs FileDiffs, the Slant community recommends SideBar Enhancements for most people. In the question“What are the best plugins for Sublime Text?” SideBar Enhancements is ranked 2nd while FileDiffs is ranked 39th.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Adds goodness to context of clicks
Pro Adds a ton of functionality to the sidebar
- Move to trash
- Clipboard
- Open in browser
- Copy the content of a file as data:uri base64
- Close, move, open and restore buffers affected by a rename/move command
- Copy as tags img/a/script/style
- Duplicate
- Preference to control if a buffer should be closed when affected by a deletion operation
- Allows to display "file modified date" and "file size" on statusbar
Pro Allows you to open diffs in external diff tool
Instead of creating a new tab with the diff in it, you can tell FileDiffs to open the diff in an external diff tool for side by side comparison and other features.
Pro Easily compare arbitrary code sections
FileDiffs allows you to compare any arbitrary text through multiple commands:
- Compare the current file or selection with any other file via a file select menu
- Compare the current file or selection file with previously selected tab or window or panel
- Compare the current file or selection with your clipboard
- Compare between two selections through Sublime Text's multi-select feature
Pro Command pallet integration
In addition to providing shortcut commands for custom shortcuts, FileDiffs adds new command pallet entries. If you don't use diffs often enough to warrant memorizing a new shortcut command, the command pallet provides a quick and easy way to access the plugin.
Cons
Con Data collection
SE ships your data off to Kite.
Con ST2 version is not maintained anymore
The last ST2 version is available here. All future functionality will be added only to the ST3 version.
Con Doesn't have side by side comparison
After running FileDiffs, it creates a new diff file in a new tab, which doesn't have the benefit of showing the diffs in context. However, it is possible to open the diff in an external diff tool instead of creating a new tab.