How do I compare two files using Eclipse? Is there any option provided by Eclipse?

前端 未结 5 1618
别跟我提以往
别跟我提以往 2020-12-12 10:49

How do I compare two files using Eclipse?

(Currently I am using WinMerge.)

5条回答
  •  离开以前
    2020-12-12 11:24

    If one or both of the files you wish to compare isn't in an Eclipse project:

    1. Open the Quick Access search box

      • Linux/Windows: Ctrl+3
      • Mac: ⌘+3
    2. Type compare and select Compare With Other Resource

    3. Select the files to compare → OK

    You can also create a keyboard shortcut for Compare With Other Resource by going to WindowPreferencesGeneralKeys

提交回复
热议问题