Vimdiff functionality in Sublime Text 2
I wanted to know if it is possible to have a vimdiff
like functionality to check for diff
and have synchronized scrolling
of two (or more) files in Sublime Text 2 just like vimdiff?
Thanks
vim sublime-text-2 diff vimdiff
add a comment |
I wanted to know if it is possible to have a vimdiff
like functionality to check for diff
and have synchronized scrolling
of two (or more) files in Sublime Text 2 just like vimdiff?
Thanks
vim sublime-text-2 diff vimdiff
1
What did you find on Google?
– romainl
Mar 26 '13 at 15:58
1
@romainl, I actually did not find anything useful in google. Thats the reason I posted on superuser
– Sandeep Raju Prabhakar
Mar 28 '13 at 10:16
I try github.com/colinta/SublimeFileDiffs , this plugin compares files, but this don't have the side-by-side diff .
– juanpablo
Oct 24 '13 at 15:38
@juanpablo yep. Even I'm using the same plugin for the time being. Maybe I'll build it soon. Shouldn't be too hard :) ;)
– Sandeep Raju Prabhakar
Oct 25 '13 at 6:43
add a comment |
I wanted to know if it is possible to have a vimdiff
like functionality to check for diff
and have synchronized scrolling
of two (or more) files in Sublime Text 2 just like vimdiff?
Thanks
vim sublime-text-2 diff vimdiff
I wanted to know if it is possible to have a vimdiff
like functionality to check for diff
and have synchronized scrolling
of two (or more) files in Sublime Text 2 just like vimdiff?
Thanks
vim sublime-text-2 diff vimdiff
vim sublime-text-2 diff vimdiff
edited Mar 26 '13 at 13:09
Sandeep Raju Prabhakar
asked Mar 26 '13 at 13:00
Sandeep Raju PrabhakarSandeep Raju Prabhakar
1115
1115
1
What did you find on Google?
– romainl
Mar 26 '13 at 15:58
1
@romainl, I actually did not find anything useful in google. Thats the reason I posted on superuser
– Sandeep Raju Prabhakar
Mar 28 '13 at 10:16
I try github.com/colinta/SublimeFileDiffs , this plugin compares files, but this don't have the side-by-side diff .
– juanpablo
Oct 24 '13 at 15:38
@juanpablo yep. Even I'm using the same plugin for the time being. Maybe I'll build it soon. Shouldn't be too hard :) ;)
– Sandeep Raju Prabhakar
Oct 25 '13 at 6:43
add a comment |
1
What did you find on Google?
– romainl
Mar 26 '13 at 15:58
1
@romainl, I actually did not find anything useful in google. Thats the reason I posted on superuser
– Sandeep Raju Prabhakar
Mar 28 '13 at 10:16
I try github.com/colinta/SublimeFileDiffs , this plugin compares files, but this don't have the side-by-side diff .
– juanpablo
Oct 24 '13 at 15:38
@juanpablo yep. Even I'm using the same plugin for the time being. Maybe I'll build it soon. Shouldn't be too hard :) ;)
– Sandeep Raju Prabhakar
Oct 25 '13 at 6:43
1
1
What did you find on Google?
– romainl
Mar 26 '13 at 15:58
What did you find on Google?
– romainl
Mar 26 '13 at 15:58
1
1
@romainl, I actually did not find anything useful in google. Thats the reason I posted on superuser
– Sandeep Raju Prabhakar
Mar 28 '13 at 10:16
@romainl, I actually did not find anything useful in google. Thats the reason I posted on superuser
– Sandeep Raju Prabhakar
Mar 28 '13 at 10:16
I try github.com/colinta/SublimeFileDiffs , this plugin compares files, but this don't have the side-by-side diff .
– juanpablo
Oct 24 '13 at 15:38
I try github.com/colinta/SublimeFileDiffs , this plugin compares files, but this don't have the side-by-side diff .
– juanpablo
Oct 24 '13 at 15:38
@juanpablo yep. Even I'm using the same plugin for the time being. Maybe I'll build it soon. Shouldn't be too hard :) ;)
– Sandeep Raju Prabhakar
Oct 25 '13 at 6:43
@juanpablo yep. Even I'm using the same plugin for the time being. Maybe I'll build it soon. Shouldn't be too hard :) ;)
– Sandeep Raju Prabhakar
Oct 25 '13 at 6:43
add a comment |
1 Answer
1
active
oldest
votes
I use Compare Side-By-Side on a daily basis to compare two files in Sublime Text 3. I haven't tested it on Sublime Text 2, but their site claims that it works on both Sublime Text 2 and 3.
From their site:
Compare Side-By-Side:
Side-by-side file comparison & difference tool for ST2/3
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 Sublime Package Control (ctrl+shift+P, “Install Package”)
- Clone or extract this repo to a new folder in your Sublime 'Packages' folder
(Preferences -> Browse Packages)
More details can be found here
1
Can you go into a little more detail on how to use this plugin to achieve the results the OP is after? Please see How to Answer and take our tour.
– Burgi
Jan 3 at 8:57
1
Please read How do I recommend software for some tips as to how you should go about recommending software. You should provide at least a link, some additional information about the software itself, and how it can be used to solve the problem in the question.
– DavidPostill♦
Jan 3 at 9:44
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f571677%2fvimdiff-functionality-in-sublime-text-2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I use Compare Side-By-Side on a daily basis to compare two files in Sublime Text 3. I haven't tested it on Sublime Text 2, but their site claims that it works on both Sublime Text 2 and 3.
From their site:
Compare Side-By-Side:
Side-by-side file comparison & difference tool for ST2/3
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 Sublime Package Control (ctrl+shift+P, “Install Package”)
- Clone or extract this repo to a new folder in your Sublime 'Packages' folder
(Preferences -> Browse Packages)
More details can be found here
1
Can you go into a little more detail on how to use this plugin to achieve the results the OP is after? Please see How to Answer and take our tour.
– Burgi
Jan 3 at 8:57
1
Please read How do I recommend software for some tips as to how you should go about recommending software. You should provide at least a link, some additional information about the software itself, and how it can be used to solve the problem in the question.
– DavidPostill♦
Jan 3 at 9:44
add a comment |
I use Compare Side-By-Side on a daily basis to compare two files in Sublime Text 3. I haven't tested it on Sublime Text 2, but their site claims that it works on both Sublime Text 2 and 3.
From their site:
Compare Side-By-Side:
Side-by-side file comparison & difference tool for ST2/3
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 Sublime Package Control (ctrl+shift+P, “Install Package”)
- Clone or extract this repo to a new folder in your Sublime 'Packages' folder
(Preferences -> Browse Packages)
More details can be found here
1
Can you go into a little more detail on how to use this plugin to achieve the results the OP is after? Please see How to Answer and take our tour.
– Burgi
Jan 3 at 8:57
1
Please read How do I recommend software for some tips as to how you should go about recommending software. You should provide at least a link, some additional information about the software itself, and how it can be used to solve the problem in the question.
– DavidPostill♦
Jan 3 at 9:44
add a comment |
I use Compare Side-By-Side on a daily basis to compare two files in Sublime Text 3. I haven't tested it on Sublime Text 2, but their site claims that it works on both Sublime Text 2 and 3.
From their site:
Compare Side-By-Side:
Side-by-side file comparison & difference tool for ST2/3
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 Sublime Package Control (ctrl+shift+P, “Install Package”)
- Clone or extract this repo to a new folder in your Sublime 'Packages' folder
(Preferences -> Browse Packages)
More details can be found here
I use Compare Side-By-Side on a daily basis to compare two files in Sublime Text 3. I haven't tested it on Sublime Text 2, but their site claims that it works on both Sublime Text 2 and 3.
From their site:
Compare Side-By-Side:
Side-by-side file comparison & difference tool for ST2/3
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 Sublime Package Control (ctrl+shift+P, “Install Package”)
- Clone or extract this repo to a new folder in your Sublime 'Packages' folder
(Preferences -> Browse Packages)
More details can be found here
edited Jan 3 at 11:03
answered Jan 3 at 6:59
SafwanSafwan
994
994
1
Can you go into a little more detail on how to use this plugin to achieve the results the OP is after? Please see How to Answer and take our tour.
– Burgi
Jan 3 at 8:57
1
Please read How do I recommend software for some tips as to how you should go about recommending software. You should provide at least a link, some additional information about the software itself, and how it can be used to solve the problem in the question.
– DavidPostill♦
Jan 3 at 9:44
add a comment |
1
Can you go into a little more detail on how to use this plugin to achieve the results the OP is after? Please see How to Answer and take our tour.
– Burgi
Jan 3 at 8:57
1
Please read How do I recommend software for some tips as to how you should go about recommending software. You should provide at least a link, some additional information about the software itself, and how it can be used to solve the problem in the question.
– DavidPostill♦
Jan 3 at 9:44
1
1
Can you go into a little more detail on how to use this plugin to achieve the results the OP is after? Please see How to Answer and take our tour.
– Burgi
Jan 3 at 8:57
Can you go into a little more detail on how to use this plugin to achieve the results the OP is after? Please see How to Answer and take our tour.
– Burgi
Jan 3 at 8:57
1
1
Please read How do I recommend software for some tips as to how you should go about recommending software. You should provide at least a link, some additional information about the software itself, and how it can be used to solve the problem in the question.
– DavidPostill♦
Jan 3 at 9:44
Please read How do I recommend software for some tips as to how you should go about recommending software. You should provide at least a link, some additional information about the software itself, and how it can be used to solve the problem in the question.
– DavidPostill♦
Jan 3 at 9:44
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f571677%2fvimdiff-functionality-in-sublime-text-2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
What did you find on Google?
– romainl
Mar 26 '13 at 15:58
1
@romainl, I actually did not find anything useful in google. Thats the reason I posted on superuser
– Sandeep Raju Prabhakar
Mar 28 '13 at 10:16
I try github.com/colinta/SublimeFileDiffs , this plugin compares files, but this don't have the side-by-side diff .
– juanpablo
Oct 24 '13 at 15:38
@juanpablo yep. Even I'm using the same plugin for the time being. Maybe I'll build it soon. Shouldn't be too hard :) ;)
– Sandeep Raju Prabhakar
Oct 25 '13 at 6:43