1

Notepad++ has a feature to allow two simultaneous views of the same file in the same instance.

This is useful if you want to view two different regions of a file side-by-side.

Does Eclipse have this feature?

Bob
  • 4,576
  • 7
  • 39
  • 107

1 Answers1

2

Use 'Window > Editor > Toggle Split Editor (Horizontal)' or 'Toggle Split Editor (Vertical)'.

The keys Ctrl+_ and Ctrl+{ are shortcuts for these actions. On macOS the keys are ++- and ++[

greg-449
  • 109,219
  • 232
  • 102
  • 145