microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.65k stars 28.68k forks source link

Column-view (Miller columns) for the breadcrumbs #110115

Open Alkalurops opened 3 years ago

Alkalurops commented 3 years ago

I would like to have the other alternatives for each breadcrumb to stay visible (similar to outline view), but be arranged in vertical columns (Miller columns aka cascading lists) to get the features of the Java Browsing perspective i.e. Smalltalk code-browers in VSCode:

example

In the mockup, I used the breadcrumbs as source, but I'd even more would like to just have the contents of the outline-view be displayed like this.

Is there a way to achieve this? For example via writing an extension?

Alkalurops commented 3 years ago

This app was mentioned on hacker news today: https://tibleiz.net/code-browser/

sandipchitale commented 2 years ago

@Alkalurops This extension attempts to show breadcrumb in column view https://marketplace.visualstudio.com/items?itemName=sandipchitale.vscode-breadcrumbs-alt

The idea is to gather feedback on such UI.

stevedekorte commented 2 years ago

I would love to be able to replace the tree view explorer with an OSX style Miller Columns file browser. I'd be willing to offer a bounty for this if anyone is interested in working on it.

sandipchitale commented 2 years ago

@stevedekorte This extension does not replace Explorer with all it's functionality, but gives you a way to navigate with mac like interface: https://marketplace.visualstudio.com/items?itemName=sandipchitale.vscode-breadcrumbs-alt

stevedekorte commented 2 years ago

@stevedekorte This extension does not replace Explorer with all it's functionality, but gives you a way to navigate with mac like interface: https://marketplace.visualstudio.com/items?itemName=sandipchitale.vscode-breadcrumbs-alt

Thanks. I tried this one but the UI isn't much like the Miller Columns on OSX/NeXTstep.

stevedekorte commented 2 years ago

I just noticed the source is available. I might see if I can get it working more like OSX. Thanks!

ghost commented 11 months ago

Vote up!