Hi,
might be a stupid question and/or the answer might be somewhere here already (but I couldn't find it)
Is there a way in Eclipse to make the name of the function that you are in when scrolling stay at the top of the screen (with line number...) as Visual Studio Code does (but I have no idea what option is set there for that...)
[what I mean is that if I am in the middle of a large function in the editor, I want to see it's name & params stay at top of screen even when I have scrolled past it, or when searching for some text and then jumping to it, I want to see at a glance what function I land in]
See this screen shot
As can be seen, my function name is on line 572, but that has scrolled off & line 574 is now at top, but VS Code still displays function details...
Thanks
Rafi