Skip to content

Add ability to jump back and forward, i.e. location stack navigation #1102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
JohnC32 opened this issue Oct 16, 2019 · 1 comment
Closed

Comments

@JohnC32
Copy link
Contributor

JohnC32 commented Oct 16, 2019

Many code navigation packages have ability to "jump back" to where you were and "jump forward", i.e. a location navigation system. For example if you do M-x lsp-find-references and click around, you should be able to jump back to your staring point. The alternative to a formal location navigation system is to simply switch buffers to get back but it's not so friendly as it's easy to forget buffer names, etc. Having a formal location navigation system where you can jump back and forward is a very nice capability that quickly becomes a key time savings feature.

A good implementation of this is in https://github.com/Andersbakken/rtags. They have two functions 'rtags-location-stack-back and 'rtags-location-stack-forward. Could you add something similar?

Thanks

@yyoncho
Copy link
Member

yyoncho commented Oct 16, 2019

Duplicate of #1034

@yyoncho yyoncho marked this as a duplicate of #1034 Oct 16, 2019
@yyoncho yyoncho closed this as completed Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants