emacsorphanage / dart-mode

An Emacs mode for the Dart language
GNU General Public License v3.0
15 stars 2 forks source link

push marker stack before jump on dart-goto #49

Closed typester closed 5 years ago

typester commented 6 years ago

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.

bradyt commented 5 years ago

Closing this issue.

We recommend instead of using (setq dart-enable-analysis-server t), to try lsp-mode. Some notes can be found at https://github.com/bradyt/dart-mode/wiki/LSP.