Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show last date modified in VS Code

Is it possible to show the last modified date for each file and folder in the Explorer window of VS Code? If it's not possible by changing the settings, are there any extensions that do this?

I use macOS but am interested in solutions on macOS/Windows.

enter image description here

like image 512
ninja star Avatar asked Aug 12 '20 17:08

ninja star


People also ask

How can I see the last modified file in Visual Studio Code?

So, when comparing the branch with master, under 'Compare Working Tree with master', against 'files changed' it shows the number of files that have been changed, and has a tree list of files that have been edited in the branch.

How do I view version history in VS Code?

Visual Studio Code allows us to check the history of navigated files in Navigation History lists. You can open this window from “Goto–> Navigation History” or by just simply pressing Ctrl + Tab. This will bring list of all previously navigated files with in Visual Studio Code.

How do I check properties in VS Code?

You can find Properties Window on the View menu. You can also open it by pressing F4 or by typing Properties in the search box.


1 Answers

I'd like to jump in with a link to the best solution I found so far (and a link to the original repository, in case the link to marketplace changes).

But the ultimate solution (I think) would be to show that info in the status bar - I will hopefully remember to update this answer if I ever come across such a solution!

like image 143
MBaas Avatar answered Nov 13 '22 13:11

MBaas