Skip to content

Adds select compare options to tabs in the vscode editor for quicker access to diff functionality as well as ability to swap files in diff editor.

License

Notifications You must be signed in to change notification settings

ariccb/vscode-ext-select-compare-tabs

 
 

Repository files navigation

VSCode: Select Compare Tabs

Adds select compare options to tabs in the editor for quicker access to diff functionality as well as ability to swap files in diff editor.

Features

  • Adds "Select For Compare" to file editor tabs.
  • Adds "Compare With Selected" to file editor tabs.
  • Adds "Swap" button to diff editor view to switch file positions in the diff panel.

Usage

  1. Right-click on a file tab in the editor.
  2. Choose "Select for compare" to mark the file for comparison.
  3. Right-click on another file tab in the editor.
  4. Choose "Compare with selected" to compare the two files.

Example

Select Compare Tabs

Extension Settings

This extension contributes the following commands:

  • select-compare-extended.selectForCompare: Select a file for comparison.
  • select-compare-extended.compareWithSelected: Compare the selected file with another file.
  • select-compare-extended.swapFiles: Swap files in diff editor.

License

This extension is licensed under the MIT License.

Contributing and Support

The extension is developed and maintained by outofsync42. If you encounter any issues or have suggestions for improvements, please open an issue on the project's GitHub repository.

About

Adds select compare options to tabs in the vscode editor for quicker access to diff functionality as well as ability to swap files in diff editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%