Compare Side-By-Side
Compare anything, side-by-side, in a split view
Details
Installs
- Total 337K
- Win 182K
- Mac 110K
- Linux 44K
Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 10 | 57 | 17 | 15 | 38 | 64 | 48 | 59 | 49 | 14 | 20 | 39 | 43 | 62 | 60 | 44 | 17 | 23 | 46 | 34 | 16 | 27 | 25 | 14 | 14 | 26 | 34 | 34 | 35 | 43 | 22 | 27 | 35 | 44 | 64 | 60 | 39 | 16 | 16 | 49 | 56 | 46 | 60 | 52 | 26 | 19 |
Mac | 5 | 31 | 12 | 13 | 36 | 41 | 48 | 43 | 37 | 12 | 13 | 28 | 45 | 34 | 35 | 28 | 17 | 12 | 33 | 37 | 8 | 15 | 29 | 6 | 13 | 21 | 32 | 22 | 31 | 32 | 18 | 13 | 26 | 45 | 51 | 42 | 39 | 10 | 9 | 26 | 33 | 39 | 37 | 42 | 5 | 11 |
Linux | 3 | 9 | 6 | 7 | 8 | 6 | 9 | 7 | 10 | 4 | 1 | 6 | 2 | 11 | 6 | 9 | 2 | 4 | 8 | 11 | 4 | 3 | 7 | 7 | 3 | 4 | 6 | 2 | 8 | 12 | 0 | 5 | 3 | 7 | 5 | 6 | 9 | 3 | 7 | 8 | 4 | 12 | 7 | 11 | 0 | 3 |
Readme
- Source
- raw.githubusercontent.com
Compare Side-By-Side
This package adds a simple side-by-side comparison tool to Sublime Text. Here is us on Package Control and here on GitHub.
Features
- Easily select two tabs or selections to compare
- Comparison results open in a new window
- Empty lines added so common code lines up
- Count number of lines changed
- Highlighting of changed lines
- Intra-line diff highlighting
- Synchronized scrolling
Installation Options
- Search for and install using Package Control (ctrl+shift+P, “Install Package”)
- Clone or extract this repo to a new folder in your Sublime 'Packages' folder
(Preferences -> Browse Packages)
Usage Options
- Right click on a tab and select “Compare with…”
- Right click somewhere in the active view and select “Compare with…”
- Right click on a tab and select “Compare with active tab”
- Highlight text, right click -> “Mark selection for comparison” Mark a second selection, then right click -> “Compare selections”
- Create two selections by holding CTRL, then “Compare selections”
- From the command line: see README_COMMANDS.md
- Jump to next:
alt+n
, jump to previous:alt+p
Configuration
- The standard diff scopes/colors are used, these are
diff.inserted.sbs-compare
,diff.inserted.char.sbs-compare
,diff.deleted.sbs-compare
,diff.deleted.char.sbs-compare
. Note that I just added the suffix “.sbs-compare” to them. You can change the colors in your color scheme (ctrl+shift+P, “UI: Customize Color Scheme”). - Other options can be configured in SBSCompare.sublime-settings To access: Preferences -> Package Settings -> Compare Side-By-Side
License & Contributing
- MIT license
- Pull requests welcome!
- Fork of https://bitbucket.org/dougty/sublime-compare-side-by-side/