
If you want to compare two files in Sublime Text Editor, you will need to get a plugin installed,
Steps:
- Open Sublime Text and Open Command Palatte.. to install the package,
- Type: Install Package to open Package Control and look for: Compare Side-By-Side, and get it installed,
Compare Side-by-Side plugin for Sublime Text
- Open both the files in Sublime Text,
- Now Open Command Palatte again and type Compare with,
- Now both the files will be compared side-by-side and displayed in a new window.
✏️ You can use the keyboard shortcut: Command + Shift + P on macOS or Control + Shift + P on Windows to open Command Palette.
Have Questions? Post them here!
More Posts related to Sublime-Text,
- How to add ruler in Sublime Text tab window
- Change Sublime Text 3 white background color theme
- Replace new line with comma in Sublime Text Editor
- Sublime Text 3 Convert Case to Upper, Lower, Title or Swap
- How to add Multiple Rulers in Sublime Text
- How to install Packages in Sublime Text Editor
- How to display File CR LF Newline Characters in Sublime Text
- Steps to Compare Two files in Sublime Text Side-by-Side
- How to Set Permanent ruler in Sublime Text
- How to shuffle lines randomly in Sublime Text
- Word count in Sublime Text Editor
More Posts:
- Move Copy Migrate SharePoint OneDrive files folders to different site collection location - SharePoint
- import servlet API to eclipse project (javax.servlet cannot be resolved error) - Java
- [Fix] Connect to Minecraft Remote Connect URL via https //aka.ms/remoteconnect - Microsoft
- Android Studio Error: Default Activity not found - Android-Studio
- [Solution] fatal: not a git repository (or any of the parent directories): .git - Git
- How to Configure GitHub with Eclipse IDE in 2023 - Eclipse
- Calculate Volume of Ellipsoid - C-Program
- Validate email address in Python using regular expression (regex) - Python