Vscode: Allow to set order for breadcrumb items

Created on 17 Aug 2018  路  11Comments  路  Source: microsoft/vscode

Issue Type: Feature Request

Hi. I like breadcrumbs! I would like to ask you that your elements are arranged alphabetically. As铆 tambi茅n, el ancho de las opciones pueda ser ajustable. Thanks

VS Code version: Code 1.26.1 (493869ee8e8a846b0855873886fc79d480d342de, 2018-08-16T18:38:57.434Z)
OS version: Windows_NT x64 10.0.17134

breadcrumbs feature-request good first issue help wanted release-notes verification-needed verified

Most helpful comment

The default should stay what it is today.

All 11 comments

The drop down menus are alphabetical. What is the point of breadcrumbs if the breadcrumbs are alphabetical? They are supposed to show how you got to where you are.

Hi. When edit a PHP file, the breadcrumbs is not alphabetical. I understand the point of the breadcrumbs, but I want to have the option of on/off alphabetical order. It's possible? Thanks.

@tristan957
Visual Studio Code would also behave more like Visual Studio 2017 for C#. There all methods are sorted alphabetically as a default. It helps you to find a function whose name you already know faster.

There all methods are sorted alphabetically as a default. It helps you to find a function whose name you already know faster.

While we don't have alphabetical sorting yet you can start typing the name of those functions and they should be highlighted and pre-selected

The drop down menus are alphabetical. What is the point of breadcrumbs if the breadcrumbs are alphabetical? They are supposed to show how you got to where you are.

@tristan957 I believe @metalfox6383 wants the each breadcrumb dropdown items to be sorted alphabetically. I would also very much like that because I can use the breadcrumbs as a replacement for the Code Outline panel in case I don't have that one opened at the moment.

I'm interested in contributing and this issue looks open.

I believe I understand the problem. On the breadcrumbs, the last arrow shows the class/functions/etc. in file order and the original poster wanted them in alphabetical order, like the Outline window. Is this a change that the team wants to make? If so, should it be configurable?

Correct, a few pointers

Thanks for the direction. I got vscode building on my system and I'll start looking at this.

Should the current sort (file order) continue to be the default or should the default be changed to be alphabetical?

The default should stay what it is today.

Thanks for fixing #61179.

@ryanclarke 馃憦

Was this page helpful?
0 / 5 - 0 ratings