Implement pushing current marker position into the marker stack before moving file.
So users easily jump back by pop marker function (normally binded M-,)
Most similar functions in other language modes have the same feature. (ex: godef-jump in go-mode.el, racer-find-definition in racer.el, tide-jump-to-definition in tide.el)
I'm heavily depending on this feature, so be very happy if dart-mode might do this too.
Implement pushing current marker position into the marker stack before moving file.
So users easily jump back by pop marker function (normally binded
M-,
)Most similar functions in other language modes have the same feature. (ex:
godef-jump
in go-mode.el,racer-find-definition
in racer.el,tide-jump-to-definition
in tide.el) I'm heavily depending on this feature, so be very happy if dart-mode might do this too.