Vscode: Allow to define workbench.action.quickOpenView order

Created on 14 Apr 2020  路  8Comments  路  Source: microsoft/vscode




Machine: MacPro 2016
OS锛欳atalina 10.15.2
vscode: 1.44.0

I found workbench.action.quickOpenView would focus on Search in Side Bar at latest version (1.44.0) by default, although the first item was Explorer.

I also tried to drag sidebar's item order in ActivityBar, but the order of items in quickOpenView -> Side Bar not changed.

Previous versions always focused on the first item(Explorer), that's what i really want.

so, i want a feature to define quickOpenView's order.

( Maybe it was a little bug at latest version ?)

*duplicate feature-request quick-pick

Most helpful comment

@bpasero

Explorer is most often used, so i want select it when i open quickOpenView and release without any quickOpen navigation.

Here is my settings. I just want cmd + 3 to do all thing, u may understand this change caused
some trouble to me.

image

All 8 comments

workbench.action.quickOpenView is meant to be used via keybindings only with the idea that you bring up the picker and release the keys to automatically pick the entry. As such all of these focus the second item by default.

The command you want to use instead is: workbench.action.quickOpenView

thanks for your response.

But my case is when Search (other items) is visible, i will use quickOpenView and release immediately to pick the first one (Explorer). If i want the second, i will use picker (workbench.action.quickOpenNavigateNextInViewPicker) .

Now i must show quickOpenView first, then use workbench.action.quickOpenNavigatePreviousInViewPicker to select the first (Explorer).

@bpasero

Explorer is most often used, so i want select it when i open quickOpenView and release without any quickOpen navigation.

Here is my settings. I just want cmd + 3 to do all thing, u may understand this change caused
some trouble to me.

image


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!

thanks for reopening.

I define a special shortcut key for Explorer temporarily. 馃槉

I decided to revert back to how it was and now Explorer will always be the first entry: https://github.com/microsoft/vscode/issues/95448

My current method is ctrl + q to pop up the view, and then ctrl + shift + q to return to the Explorer.I want to die

but i found source control war not at previous order.. 馃槀

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DovydasNavickas picture DovydasNavickas  路  3Comments

omidgolparvar picture omidgolparvar  路  3Comments

shanalikhan picture shanalikhan  路  3Comments

ryan-wong picture ryan-wong  路  3Comments

mrkiley picture mrkiley  路  3Comments