-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Comments
Interesting to see that Eclipse just got this feature: https://youtu.be/V5O52H7e8oc?t=310 |
Oops, bad bot? @bpasero I believe this is still relevant? |
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. |
@bpasero bubbling this up for your notice. |
This meanwhile got implemented behind commands |
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,
|
search for similar extensions: no results |
It seems the following 2 features are missing from vscode:
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
The text was updated successfully, but these errors were encountered: