Skip to content
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

Feature Request: Stack for goto definition to allow return from it #576

Closed
BillDenton opened this issue Mar 17, 2017 · 1 comment
Closed

Comments

@BillDenton
Copy link

Moved from microsoft/vscode#22739
Steps to Reproduce:

  1. Press F12 to goto to a (for example) a function.
  2. Do some editing or just move around.
  3. Now need to return where the function was called. No way of doing this.
    In SlickEdit there is Ctrl+. to goto a definition and Ctrl+, to return from that.

Go back can be used, but this is slow as it follows all cursor movements. By just having the goto function stack it would be much quicker to navigate through code.
Possibly related to #15

@bobbrow
Copy link
Member

bobbrow commented Mar 17, 2017

Commented on the VSCode issue. This is a feature that the editor should provide.

@bobbrow bobbrow closed this as completed Mar 17, 2017
@github-actions github-actions bot locked and limited conversation to collaborators Oct 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants