icsharpcode / AvaloniaILSpy

Avalonia-based .NET Decompiler (port of ILSpy)
1.52k stars 171 forks source link

Feature request: persist previous location in a file when using the "back" feature #68

Open hexpwn opened 3 years ago

hexpwn commented 3 years ago

I frequently use the "Back" feature when scanning through code; but this always returns me to the top of a file.

Having the current position of a file I am reading recorded (or the origin position of a "jump" when a "link" is clicked - for example double clicking a class name or a method) would be very useful, since pressing "Back" would return me to my previous position instead of the top of the file.