midhun k
midhun k

Reputation: 576

How to see history of files in VS code IDE?

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

Answers (2)

mefisto
mefisto

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

pati51
pati51

Reputation: 315

Click here to see the image of VS code There is an option "Open recent" in "File".

Upvotes: 2

Related Questions