-
Notifications
You must be signed in to change notification settings - Fork 109
Description
Eclipse has this killer unique feature called clone tab which I love and use all the time. It keeps me in Eclipse.
(This feature should really get more respect it is hidden has no keyboard shortcut and should be an option in the right click mouse context menu of a tab)
It allows you to open the same file in the different tab which so much useful when you make changes to the same file or when you try to read the code of a file and understand what it happening it is
what is missing is the option to right click on a method and open the method on a different tab
It is useful when you try to read the code of a file with a couple of methods it helps to open each method in different tabs and not loose the focus of the work flow.
so could you please add this right click option when you are on a method to open that method on a new tab
that would be a really really useful feature for making changes to code in one file and
even more important to read and understand the code of a file with multiple methods