-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Show file size and date modified in file explorer. #164033
Comments
You are correct that these attributes aren't shown visually either. Previous request was #124115 in 2021. |
This would be useful for me, too. |
Hopefully this doesn't get closed, too. This would be an extremely useful feature. |
Explorer can be set to sort by last modified date, but we can't actually see that date in explorer? The other sort orders (type + file) are immediately clear from their icons. I don’t see why date should be treated any different. |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
hopefully vscode team will soon pick this request from backlog into real feature :-) |
There's a UX question here too. Most users don't care about this information. Is this something we show just on hover? Is this something where we configure what fields are shown. Right now the explorer is just a tree with singular entries as files, there's no "details" |
No, don't show this info on hover only. You could realize it like FileZilla - it is possible to choose which columns you need (file size, date modified and file type). Sorting would be usefull too... |
Has this feature been deployed yet? I'm new to VS but, not having the ability to see the owner, permissions, and date is puzzling. I moved to VS from WinSCP and they have an excellent interface. Thanks. |
This would be such a useful feature, add columns such as last modified date and be able to click to sort by the modified date. So most recent files one is working on will show up on top. Just like in Jupyter lab - no different. Right now it is such a pain to find a file. |
Why not pull some stock code to show what we see in Explorer: date, size, etc, right click to select columns, and sort on column click. Standard stuff that's always nice to have. I like to have sort by date modified so I know which files are more likely to have the recent/relevant notebooks and the such. I wish I could have a perfect atomic commit workflow in place, but life's not that clean for me ;) Look forward to this feature coming soon :) |
Also looking forward to the feature of showing file size and modified data or sorting by others. |
Yea, this is like super basic stuff and would immensely helpful to have, especially during optimization!! When is it coming out? Or is there an extension that does it already? |
ping! |
Hi, are there any news on this? |
See also #216586 Personnally, i would show it on hover, but definetely not always, although I get why some people would want to. |
On hover is useless. You must display date and size and be able to sort. Also in FTP, like FileZilla or Dreamweaver. It's unusable, without it you have to open FileZilla. |
🗻 bump |
+1 from me |
+1 would be incredibly helpful |
+1 from me |
This can be setting, to show on hover or statically |
+1! |
+1 for me |
Over. Three. Years. That's how long it's been since this issue was mentioned in issue #124115, To implement a feature that just displays when a file was last modified and created. Unbelievable that so much time has elapsed since such a basic feature has been requested. I've been through several relationships in the time since this feature was first requested, the US economy has gone through an entire cycle in that time, and my clothes that were in style when this feature was first requested are no longer in style. That's how long it's been. Why is it taking so long to implement what is essentially |
I need this feature so much! I work in parallel with filezilla or dreamweaver, just because to see the file date. This is so stupid. |
Like everybody... VScode and SFTP suck... |
Actually it would be great to have basic Windows file explorer or Mac finder functionality: that is, show filename, date/time, file type, and maybe file size, and allow us to click on the column header to sort by any of those. |
+1 Git 'er done! |
+1 |
6 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
2 years since it was added to backlog... |
I check if file size info was finally implemented at least 10 times a year. |
+1 |
I've been waiting for the native solution for quite some time and finally decided to implement it myself. I made a very simple VS Code extension showing the file size on hovering over files. Not much but at least something. https://github.com/cyberBabushkin/vscode-filesize-hover-explorer |
Hey all this is a great extension which allows for showing filesize in the explorer section. Did exactly what I wanted it to. Confused me for a minute, but you have to look under the filesize explorer section in explorer https://marketplace.visualstudio.com/items?itemName=trietho.file-size-explorer https://github.com/trietho/vscode-fliesize-explorer |
It sucks ! You don't have dates, it's not in Explorer and you can't order... USELESS ! |
Works great for my Use case, you seem bitter, go for a walk xD |
VSCode's file explorer currently doesn't show any attributes of files (at least not to a screen reader). I'm not able to confirm if it shows them visually, but I doubt it. Attributes such as file size and last modified date can be quite helpful when working on a code project. Is it possible to add these by chance? Thanks!
The text was updated successfully, but these errors were encountered: