Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.3 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.3 KB

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.