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

Have a history for recently edited editors #42880

Closed
ryenus opened this issue Feb 3, 2018 · 7 comments
Closed

Have a history for recently edited editors #42880

ryenus opened this issue Feb 3, 2018 · 7 comments
Labels
feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code workbench-history History item issues
Milestone

Comments

@ryenus
Copy link
Contributor

ryenus commented Feb 3, 2018

It seems the following 2 features are missing from vscode:

  1. a dedicated list for recently edited files, excluding the files opened only for readonly view
  2. recent edit positions, an action to jump back to recent cursor positions where changes were done, should support jumping through multiple files.

When working on a project with lots of files, one might need to jump through many files, but only edit a few, the list of recent files could help but it would be great to have a dedicated action to list only recently edited files, and to navigate through them.

And jumping back to previous edit positions allows one to be right back on the spot, immediately, to resume previous work when briefly interrupted for API lookup or similar things, thus it would be very helpful for one to be able to navigate through the places where modifications has been done recently.

For reference, such features already exist in IntelliJ IDEA, see: https://www.jetbrains.com/help/pycharm/navigating-to-recent-file.html

  • VSCode Version: 1.19.3
  • OS Version: macOS 10.13
@bpasero bpasero changed the title Recently Edited Files and Positions Allow to navigate in recently edited files Feb 3, 2018
@bpasero bpasero added feature-request Request for new features or functionality quick-pick Quick-pick widget issues labels Feb 3, 2018
@bpasero bpasero removed their assignment Feb 3, 2018
@bpasero bpasero added the workbench-editors Managing of editor widgets in workbench window label Feb 7, 2018
@bpasero bpasero added the workbench-history History item issues label Oct 10, 2018
@bpasero bpasero removed the workbench-editors Managing of editor widgets in workbench window label Oct 14, 2019
@bpasero bpasero added this to the Backlog milestone Oct 24, 2019
@bpasero bpasero removed the quick-pick Quick-pick widget issues label Oct 25, 2019
@bpasero bpasero changed the title Allow to navigate in recently edited files Have a history for recently edited editors Dec 16, 2019
@ryenus
Copy link
Contributor Author

ryenus commented Sep 17, 2020

Interesting to see that Eclipse just got this feature: https://youtu.be/V5O52H7e8oc?t=310

@vscodebot vscodebot bot added the *out-of-scope Posted issue is not in scope of VS Code label Nov 7, 2020
@ryenus
Copy link
Contributor Author

ryenus commented Nov 9, 2020

Oops, bad bot?

@bpasero I believe this is still relevant?

@starball5
Copy link

Related on Stack Overflow: Recent changed Locations in vscode (Like in IntelliJ)

I'm also curious why this is closed as out-of-scope, though I recognize that it wouldn't have gotten added to the backlog anyway due to not getting enough upvotes in time.

@ryenus
Copy link
Contributor Author

ryenus commented Apr 29, 2024

@bpasero bubbling this up for your notice.

@bpasero
Copy link
Member

bpasero commented Apr 30, 2024

This meanwhile got implemented behind commands workbench.action.navigateBackInEditLocations and workbench.action.navigatePreviousInEditLocations

@ryenus
Copy link
Contributor Author

ryenus commented Apr 30, 2024

Having a command to navigate through previous edit locations is great, these commands only allow sequential navigation, meanwhile if we have a dedicated list of recently modified files then it would possible to jump through those files on demand, which would be also very useful.

One possible solution is to split the list of "recently opened" files into 2 groups,

  1. group 1: recently changed/modified
  2. group 2: recently opened/viewed

@dreamfliper
Copy link

search for similar extensions: no results
find something like workbench.action.getNavigateLocations: no results
still waiting for this feature to be implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code workbench-history History item issues
Projects
None yet
Development

No branches or pull requests

5 participants
@ryenus @bpasero @dreamfliper @starball5 and others