Reputation: 576
Can you please help me to history of files like we see in other IDE's?
Am not getting the same in VS code editor ?
Upvotes: 1
Views: 6202
Reputation: 31
The easiest way to watch any file change over time is to install git. In this way, you can review all the changes you have made to a file.
preview file history on version control system
If your project does not have a git service, you can review past changes using the TIMELINE feature in VSCode.
preview file history on VSCode Timeline
Upvotes: 3
Reputation: 315
Click here to see the image of VS code There is an option "Open recent" in "File".
Upvotes: 2